Change the public
access modifier to open
to allow subclassing of the KeychainSwift
class and overriding its methods (djensenius).
Update to Xcode 8 beta 6 (thanks, Tulleb).
Update to Xcode 8 beta 4/5.
Added the ability to sychronize items on multiple devices (thank you, mikaoj).
Added iOS 7 support (https://github.com/marketplacer/keychain-swift/blob/iOS7/Distrib/KeychainSwiftDistrib.swift)
Added methods for setting/getting booleans.
Moved repository to https://github.com/marketplacer/keychain-swift
Added lastResultCode
property.