[GH-ISSUE #30] Is it possible to allow installing atlantis on < iOS 12? #27

Closed
opened 2026-03-03 19:11:06 +03:00 by kerem · 4 comments
Owner

Originally created by @JohnnyTseng on GitHub (Nov 4, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/30

Thanks for developing atlantis, however our project's deployment version is still iOS 11.
Is it possible to allow installing atlantis on < iOS 12?
Without functioning on older version is okay but only allow it to install (Maybe adding some #available flags?) on projects that deployment version are still on older versions

Originally created by @JohnnyTseng on GitHub (Nov 4, 2020). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/30 Thanks for developing atlantis, however our project's deployment version is still iOS 11. Is it possible to allow installing atlantis on < iOS 12? Without functioning on older version is okay but only allow it to install (Maybe adding some `#available` flags?) on projects that deployment version are still on older versions
kerem 2026-03-03 19:11:06 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 4, 2020):

Look like it’s possible because NSNetService and URLSessionStreamData both support iOS 11 👍

I will check out and support tomorrow if it’s possible

<!-- gh-comment-id:721820872 --> @NghiaTranUIT commented on GitHub (Nov 4, 2020): Look like it’s possible because NSNetService and URLSessionStreamData both support iOS 11 👍 I will check out and support tomorrow if it’s possible
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 5, 2020):

@JohnnyTseng can you try this on your iOS 11 😄

pod 'atlantis-proxyman', :git => 'https://github.com/ProxymanApp/atlantis.git', :branch => 'support-ios-11'

I'm downloading the iOS 11 Simulator, but it might take a long time.

<!-- gh-comment-id:722125060 --> @NghiaTranUIT commented on GitHub (Nov 5, 2020): @JohnnyTseng can you try this on your iOS 11 😄 ```bash pod 'atlantis-proxyman', :git => 'https://github.com/ProxymanApp/atlantis.git', :branch => 'support-ios-11' ``` I'm downloading the iOS 11 Simulator, but it might take a long time.
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 5, 2020):

hey @JohnnyTseng , this PR #31 is done.

Please installing:

pod 'atlantis-proxyman', :git => 'https://github.com/ProxymanApp/atlantis.git', :branch => 'support-ios-11'

it should work 👍

<!-- gh-comment-id:722217242 --> @NghiaTranUIT commented on GitHub (Nov 5, 2020): hey @JohnnyTseng , this PR #31 is done. Please installing: ``` pod 'atlantis-proxyman', :git => 'https://github.com/ProxymanApp/atlantis.git', :branch => 'support-ios-11' ``` it should work 👍
Author
Owner

@JohnnyTseng commented on GitHub (Nov 5, 2020):

That's fast!! Thank you!

<!-- gh-comment-id:722347853 --> @JohnnyTseng commented on GitHub (Nov 5, 2020): That's fast!! Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#27
No description provided.