ProxymanApp / atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
https://proxyman.io
Apache License 2.0
1.26k stars 93 forks source link

tvOS compilation broken by iOS 13 requirement #80

Open justin opened 3 years ago

justin commented 3 years ago

Steps to Reproduce

  1. Make a tvOS Xcode project. Doesnt really need any code.
  2. Add the Atlantis package to the project.
  3. Compile

Additional Notes

The Package.swift file declares the minimum target as tvOS 11, but there are pieces that require tvOS 13 causing the compilation to fail.

NghiaTranUIT commented 3 years ago

Thanks for the bug report. I will check out this week 👍

NghiaTranUIT commented 3 years ago

@justin please check the update 1.11.2. It would fix your issue 👍