Skip to content

Releases: kishikawakatsumi/KeychainAccess

v2.3.0

31 Oct 21:13
Compare
Choose a tag to compare

Add abilities to get/set additional attributes

v2.2.1

25 Oct 09:56
Compare
Choose a tag to compare

Support tvOS
Build with Xcode 7.1

v2.2.0

12 Oct 13:20
Compare
Choose a tag to compare

Dropped support for iOS 7.0 or earlier

v2.1.0

12 Oct 13:09
Compare
Choose a tag to compare

Add new touch ID integration properties introduced iOS 9

v2.0.1

04 Oct 21:11
Compare
Choose a tag to compare
  • Fix access group does not work correctly on watchOS simulators.
  • Fix removeAll() does not work correctly on watchOS.

v2.0.0

27 Sep 14:42
Compare
Choose a tag to compare

Support Swift 2.0
Support watchOS 2

v1.2.1

01 Jun 20:04
Compare
Choose a tag to compare

Now available set/get NSData to keychain by subscripting.

let data = keychain[data:"JSONData"]
keychain[data: "JSONData"] = JSONData

v1.2.0

26 Apr 10:18
Compare
Choose a tag to compare

Support Swift 1.2

v1.1.0

18 Jan 22:17
Compare
Choose a tag to compare

Support Shared Web Credentials (iOS 8+)

v1.0.3

02 Jan 19:58
Compare
Choose a tag to compare

Support TouchID and Keychain integration (iOS 8+)