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

atlantis on projects with ios below 13.0 #103

Closed wendyliga closed 2 years ago

wendyliga commented 2 years ago

this will let atlantis be used on projects with a minimum requirement of ios below 13.0

if project minimum ios are below 13.0

import Atlantis

if #available(iOS 13.0, *) {
   Atlantis.start()
}

for project with minimum ios 13.0 or more

import Atlantis
Atlantis.start()
NghiaTranUIT commented 2 years ago

Sorry, if you'd need Atlantis to work with below iOS 13, you can fork this repository and update it with your PR.

I suppose that it's reasonable to support iOS 13+ since iOS 12 or below it's really much out of date.

I gonna bump to iOS 14 soon too.

wendyliga commented 2 years ago

@NghiaTranUIT well said, thanks for the response