Releases: AlaskaAirlines/keychain
Releases · AlaskaAirlines/keychain
Updates
Keychain Item Accessibility
- Introduce
Keychain.Access
enum for specifying access option for keychain items. - Introduce
Keychain.SetupOption
to allow for.appSpecific
or.groupSpecific
setup of the keychain. - Update documentation.
- Update UNIT tests.
- Various Swift 5.0 updates.
v1.5.3: Merge pull request #8 from michaelbabiy/michael/build-distribution
- Enable build distribution.
Swift Package Manager
- Add support for Swift Package Manager.
OSStatus Error Message
- Introduce a simple
OSStatus
extension to obtain a human readable description of the status. Requires iOS 11.3*.
Swift 5
- Migrate to Swift 5.
iCloud Sync
- Add iCloud sync support - any type conforming to
KeychainItem
and implementingisSynchronizable
by setting it totrue
will be synchronized through iCloud. - Update Example application.
Swift 4.2 update
Merge pull request #3 from michaelbabiy/app-center-setup Link Keychain Framework * Link Keychain framework in the Example app for proper App Center setup.
Initial release.
v1.0.0 Initial release.