UICKeyChainStore Versions Save

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.

v2.2.1

3 years ago

Xcode 12 support

v2.2.0

4 years ago

Support Swift Package Manager installation. Add Mac Catalyst support.

v2.1.2

5 years ago

Support Xcode 10

v2.1.1

7 years ago

Enable Extension API only flag (APPLICATION_EXTENSION_API_ONLY to YES) in build settings.

v2.1.0

8 years ago

Support tvOS Compatible with Xcode 7.1

v2.0.6

8 years ago

Fix static analysis errors. AravinthChandran

v2.0.5

8 years ago

Support nullability Fix crash on iOS 5.1.1 bradex

v2.0.4

8 years ago

Made securityError more descriptive for OS X Duncan Cunningham

Fixed an issue that can not read the data saved with v2.x from v1.x

v2.0.3

8 years ago

Fix crash on iOS 6

v2.0.7

8 years ago

Fix memory leak when using touch ID integration Support watchOS 2