Skip to content

Commit

Permalink
mark the framework as safe for use in app extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Brow committed Feb 19, 2016
1 parent 40442f5 commit 51b129e
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 51b129e

Please sign in to comment.