Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashfurrow/uiapplication-keychain-access
This is a library to abstract access to the keychain on iOS devices.
https://github.com/ashfurrow/uiapplication-keychain-access
Last synced: about 1 month ago
JSON representation
This is a library to abstract access to the keychain on iOS devices.
- Host: GitHub
- URL: https://github.com/ashfurrow/uiapplication-keychain-access
- Owner: ashfurrow
- Created: 2012-02-06T16:37:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-06T16:55:30.000Z (almost 13 years ago)
- Last Synced: 2024-10-14T18:45:40.093Z (2 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a library to abstract access to the keychain on iOS devices. It is a cateogry on UIApplication which must be compiled *without ARC*. If you're using ARC, that's awesome! But to avoid problems with bridging casts with Core Foundation classes, set `-fno-objc-arc` as a [file-specific compiler flag](http://meandmark.com/blog/2011/10/xcode-4-setting-compiler-flags-for-a-single-file). Maybe I'll be less lazy in the future and convert it over. Maybe.
Based on [@kharrison](https://twitter.com/#!/kharrison)'s [blog post](http://useyourloaf.com/blog/2010/3/29/simple-iphone-keychain-access.html) on accessing an iOS device's keychain.