evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.85k stars 345 forks source link

Async/Await version #166

Open ideastouch opened 1 year ago

ideastouch commented 1 year ago

I upgraded the class KeychainSwift to actor, removed all the locks and made some updates so everything make sense, I also fixed all the iOS test cases and then passed. I wonder if you want my changes and if you do let me know and I can share with my changes.

evgenyneu commented 1 year ago

Awesome, please submit a PR, even if I don't end up merging it, it will still be useful for others.