Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed minimum deployment target to iOS 12.0 (was 13.0) #12

Closed
wants to merge 1 commit into from

Conversation

Clafou
Copy link

@Clafou Clafou commented Aug 24, 2022

Wave currently does not appear to require iOS 13 APIs. I integrated this change in an app with a minimum deployment target of iOS 12 and tested it on an iPhone 5s running iOS 12.5.5, using both the block-based and the property-based API, and found no issue.

Allowing iOS 12 instead of 13 means that client apps don't need to make the following models prematurely obsolete: iPhone 5s, iPod touch 6th generation, iPad mini 2, iPad mini 3, iPad Air, 9.7-inch iPad 6th generation.

@jtrivedi
Copy link
Owner

Thanks for bringing this to my attention! It does sound like we can reduce the minimum target to 12.

I'll make an issue out of this, do a bit of testing on my end, and make the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants