Locksmith
Locksmith copied to clipboard
A powerful, protocol-oriented library for working with the keychain in Swift.
Are you planning to update codebase?
All tests passed without issues This is for the issue https://github.com/matthewpalmer/Locksmith/issues/205
Hi, I have updated your version for swift 5.0. There are no changes in source code. Maybe you want to take the changes. Kind regards, Ahmet
Simple conversion from 4.0 to 4.2 along with project file updates and the removal of unused pod config files referenced from Xcode.
Hi Team, **_I am having a trouble loading the keychain data. App crash when loadDataForUserAccount is called. Mac OS 10.14.4 and Xcode 10.2 Swift 4_** I updated my Mac os...
…ode 10.2 and the Swift 5 compiler.
Happy to repost this over on S.O if not appropriate for this repo but thought someone here might just know the answer. We use Locksmith to save users login credentials:...
This is the same PR as https://github.com/matthewpalmer/Locksmith/pull/199 but has the travis configuration changed to the xcode 10.1
Hi have to share keychain between my two apps, for this I have tried following with Locksmith: 1. Enable Keychain sharing in capabilities. 2. Added common group name **TestKeychainGroup**. 3....