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

Bump minimum deployment target to iOS 9.0 in project and podspec. #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zandor300
Copy link

Xcode 12 no longer supports iOS 8.x, making it produce a warning for PINCache when using Cocoapods:

The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99.

This pull request fixes that by bumping the minimum deployment target to iOS 9.0 to match the SwiftPM Package.swift.

PINOperation is also producing the same warning, but I believe PINCache needs to be updated first in order for PINOperation to be able to drop support for iOS 8.0.

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.

None yet

1 participant