Noah Tran

Results 382 issues of 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...

Done

### Description We should support cocoapod for Atlants.

Done

### Description We should support SPM, so it's easier to integrate Atlantis 👍

Done

### 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...

Done

### 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....

Done

### Description It's time to support all methods from URLSession and URLConnection.

Done

### 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...

wontfix

### Description As we're able to swizzle the "resume" func from URLSessionDataTask, we should continue with the "Response" to get the actual Response message

enhancement
Done

### 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 ###...

wontfix

### 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...

enhancement
Done