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

Set APPLICATION_EXTENSION_API_ONLY to YES for use in extensions #34

Closed fluffyemily closed 8 years ago

fluffyemily commented 8 years ago

When linking against a Carthage built version of SwiftKeychainWrapper I kept getting an error saying that the dylib wasn't safe for use in extensions. This patch enables the Require Only App-Extension-Safe API flag for the base xcodeproj which makes the warning go away.