pinterest / PINCache

Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Apache License 2.0
2.66k stars 361 forks source link

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

Open Zandor300 opened 3 years ago

Zandor300 commented 3 years ago

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.