kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.09k stars 382 forks source link

tvOS support #117

Closed iGranDav closed 9 years ago

iGranDav commented 9 years ago

This pull request adds tvOS support to the library

kishikawakatsumi commented 9 years ago

Also Info.plist 's version is needed to bump.

kishikawakatsumi commented 9 years ago

Needed to add tvOS target and tests.

kishikawakatsumi commented 9 years ago

I'm working on https://github.com/kishikawakatsumi/UICKeyChainStore/pull/118. Thank you for your PR!

kishikawakatsumi commented 9 years ago

Included https://github.com/kishikawakatsumi/UICKeyChainStore/pull/118