Skip to content

Releases: AlaskaAirlines/keychain

Updates

27 Apr 20:48
a3e6a27
Compare
Choose a tag to compare
  • Update tests implementation.

Keychain Item Accessibility

14 Oct 17:33
9ba52db
Compare
Choose a tag to compare
  • 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

10 Oct 20:47
39e3a22
Compare
Choose a tag to compare

Swift Package Manager

05 Jun 14:18
ed87c1f
Compare
Choose a tag to compare
  • Add support for Swift Package Manager.

OSStatus Error Message

19 Apr 15:41
657295e
Compare
Choose a tag to compare
  • Introduce a simple OSStatus extension to obtain a human readable description of the status. Requires iOS 11.3*.

Swift 5

29 Mar 16:41
115bc91
Compare
Choose a tag to compare
  • Migrate to Swift 5.

iCloud Sync

04 Feb 18:13
17c5f37
Compare
Choose a tag to compare
  • Add iCloud sync support - any type conforming to KeychainItem and implementing isSynchronizable by setting it to true will be synchronized through iCloud.
  • Update Example application.

Swift 4.2 update

16 Jan 16:53
fc4892d
Compare
Choose a tag to compare
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.

08 May 00:36
Compare
Choose a tag to compare
v1.0.0

Initial release.