Skip to content

Commit e4b19df

Browse files
authored
Merge pull request #129 from Asana/app-extension-safe
Mark the framework as safe for use in app extensions
2 parents 678bd7e + 51b129e commit e4b19df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FastImageCache/FastImageCache.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@
528528
B2E5677F1B316D5800906840 /* Debug */ = {
529529
isa = XCBuildConfiguration;
530530
buildSettings = {
531+
APPLICATION_EXTENSION_API_ONLY = YES;
531532
DEFINES_MODULE = YES;
532533
DYLIB_COMPATIBILITY_VERSION = 1;
533534
DYLIB_CURRENT_VERSION = 1;
@@ -544,6 +545,7 @@
544545
B2E567801B316D5800906840 /* Release */ = {
545546
isa = XCBuildConfiguration;
546547
buildSettings = {
548+
APPLICATION_EXTENSION_API_ONLY = YES;
547549
DEFINES_MODULE = YES;
548550
DYLIB_COMPATIBILITY_VERSION = 1;
549551
DYLIB_CURRENT_VERSION = 1;

0 commit comments

Comments
 (0)