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.08k stars 383 forks source link

Fix Xcode 12 "deployment target" warning #188

Open robertogvieira opened 3 years ago

robertogvieira commented 3 years ago

Although latest version (v2.2.1) adds support to Xcode 12, I'm still getting this warning on it:

UICKeyChainStore - Xcode 12 deployment target warning

This PR fixes such warning.

trapper- commented 3 years ago

Please merge this