evgenyneu / keychain-swift

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

add allKeys method #126

Closed lucasmpaim closed 4 years ago

lucasmpaim commented 4 years ago

I think this PR is abandoned #40 and I only see that after create my own version rsrs.

In my implementation of webauth I need this to made some checks on data stored on KeyChain

Thks

evgenyneu commented 4 years ago

Thanks @lucasmpaim. 👍 It would be nice to have unit tests for this, do you think you can add them?

lucasmpaim commented 4 years ago

Yeah, I will add this tomorrow 👍

lucasmpaim commented 4 years ago

Added a simple unit test to wrap the allKeys method

evgenyneu commented 4 years ago

Thank you so much for the update. The allKeys property is now available in version 19.