Skip to content

Commit

Permalink
Merge pull request #129 from Asana/app-extension-safe
Browse files Browse the repository at this point in the history
Mark the framework as safe for use in app extensions
  • Loading branch information
mallorypaine authored Sep 12, 2016
2 parents 678bd7e + 51b129e commit e4b19df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FastImageCache/FastImageCache.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@
B2E5677F1B316D5800906840 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand All @@ -544,6 +545,7 @@
B2E567801B316D5800906840 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down

0 comments on commit e4b19df

Please sign in to comment.