jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

List library as deprecated and suggest alternative #109

Open tebs1200 opened 6 years ago

tebs1200 commented 6 years ago

It doesn't look like this library is being maintained. There's an alternative that is maintained (evgenyneu/keychain-swift) that has a similar API, so it should be trivial for users to move across.

Maybe put a notice in the readme linking people to the alternative library if this isn't going to be updated?

I can create a PR for this if you're interested.

remypanicker commented 5 years ago

Another alternative is https://github.com/kishikawakatsumi/KeychainAccess

Prometheos2 commented 5 years ago

I can create a PR for this if you're interested.

I think it would be a good idea 👍 I plan on doing a PR or more to fix some issues (we never know), so I can take care of that if you want.

Edit: Nevermind, I might not have enough time to do a PR.