Noah Tran
Noah Tran
### Description As we're able to stream the Data Message to Proxyman app via NetService, it's time to implement this feature on the Proxyman app. ### Acceptance Criteria - Able...
### Description We should support SPM, so it's easier to integrate Atlantis 👍
### Description Since iOS 14 requires extra configs from info.plist, we should have a safety check to make sure it's included in the user's app. Otherwise, disable the Atlantis to...
### Description At the moment, every message always contains the Project and Device name. It's duplicated since the Device and Project name are not likely changed after starting the project....
### Description It's time to support all methods from URLSession and URLConnection.
### Description InterposeKit is a modern framework that provides better swizzle functions. It's crucial for **atlantis** since we have to swizzle the original methods from NSURLConnection or NSURLSession in order...
### Description As we're able to swizzle the "resume" func from URLSessionDataTask, we should continue with the "Response" to get the actual Response message
### Description There is an easy solution to capture HTTP/HTTPS Traffic from the iOS app is using [URLProtocol](https://developer.apple.com/documentation/foundation/urlprotocol) Example: https://www.avanderlee.com/swift/printing-data-requests/ It's possible: - Log out the Request and Response ###...
### Description After the connection is established, we should send the Data message to the macOS client. Our strategy is that we send a message which is consist of two...