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

Enable Extension API only flag. #148

Closed RayAnd closed 7 years ago

RayAnd commented 7 years ago

To make it safe to use in extensions.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.03%) to 71.355% when pulling 70ec6ceac165e9b319a491219a8a101c99fcbde6 on RayAnd:feature/flag-for-only-extension-api-on into 436bf71dc5f869800b095c601c3996585d1204c7 on kishikawakatsumi:master.

simonboots commented 7 years ago

I'd be interested in this change too!

RayAnd commented 7 years ago

I'm not sure why coverage is down as this is really simple change in project file, with should not be part of coverage calculation anyway. @kishikawakatsumi, any suggestions?

simonboots commented 7 years ago

@kishikawakatsumi Is there anything we can do to help getting this change in?

kishikawakatsumi commented 7 years ago

@RayAnd Thank you