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 340 forks source link

Add a func to search persistent data reference #23

Closed lexrus closed 9 years ago

lexrus commented 9 years ago

In order to load certificates or passwords for some system frameworks like NetworkExtension, we need to get the persistent NSData reference of them instead of the original NSData. I've added the function in my fork and tested in another side project for about 10 months. Since the Swift 2.0 branch is ready, I guess it's time to send a pull request.

Thanks.