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

Drop iOS 8 and loosen SQLite.swift version requirement #98

Conversation

kompfner
Copy link
Contributor

As discussed with @martijnwalraven, supporting iOS 8 and below is not a priority for apollo-ios. One nice outcome of dropping support is that it allows us to loosen our version requirement for SQLite.swift (which drops support for iOS 8 at version 0.11.3), potentially lowering the barrier for certain consumers to use apollo-ios.

Paul Kompfner added 5 commits June 15, 2017 14:45
…0.11, instead of locking it to 0.11.2.

This means that consumers may get version 0.11.3 or above, which drop support for iOS 8.
….11.0, instead of locking it to 0.11.2.

This means that consumers may get version 0.11.3 or above, which drop support for iOS 8, so the iOS deployment target is updated accordingly.
@martijnwalraven martijnwalraven merged commit cb417fb into apollographql:master Jun 19, 2017
@kompfner kompfner deleted the pk-drop-ios-8-and-unpin-sqlite-version branch June 19, 2017 18:56
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