kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.09k stars 382 forks source link

Ios9apiwarnings #167

Closed levigroker closed 6 years ago

levigroker commented 6 years ago

This allows Xcode to know we are aware of the API version compatibility concerns and prevents Xcode from generating warnings.

Also included are Xcode recommended settings updates which Xcode 10 made.