Skip to content

atlantis on projects with ios below 13.0#103

Closed
wendyliga wants to merge 1 commit intoProxymanApp:mainfrom
wendyliga:optional_ios_13
Closed

atlantis on projects with ios below 13.0#103
wendyliga wants to merge 1 commit intoProxymanApp:mainfrom
wendyliga:optional_ios_13

Conversation

@wendyliga
Copy link
Copy Markdown

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()

@wendyliga wendyliga changed the title Let atlantis to be used on projects with ios below 13.0 atlantis on projects with ios below 13.0 Jun 7, 2022
@NghiaTranUIT
Copy link
Copy Markdown
Member

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
Copy link
Copy Markdown
Author

@NghiaTranUIT well said, thanks for the response

@wendyliga wendyliga closed this Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants