3lvis / DATAStack

100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer
Other
214 stars 44 forks source link

Make safe for application extensions #67

Closed jannon closed 8 years ago

jannon commented 8 years ago

The following warning appears when linking against the framework as it is:

ld: warning: linking against a dylib which is not safe for use in application extensions: /Users/myuser/my/path/Carthage/Checkouts/Sync/Carthage/Build/iOS/DATAStack.framework/DATAStack

This should make the framework products for each target as safe for application extensions

3lvis commented 8 years ago

@jannon Thanks!