Skip to content

Commit 03038b6

Browse files
itrufgarriguv
authored andcommitted
Added APPLICATION_EXTENSION_API_ONLY = YES key (#20)
It's required to use library in app extensions
1 parent 5794d84 commit 03038b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQLiteMigrationManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@
367367
EBE813F91C4BA00200EE04E8 /* Debug */ = {
368368
isa = XCBuildConfiguration;
369369
buildSettings = {
370+
APPLICATION_EXTENSION_API_ONLY = YES;
370371
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
371372
CURRENT_PROJECT_VERSION = 2;
372373
DEFINES_MODULE = YES;
@@ -388,6 +389,7 @@
388389
EBE813FA1C4BA00200EE04E8 /* Release */ = {
389390
isa = XCBuildConfiguration;
390391
buildSettings = {
392+
APPLICATION_EXTENSION_API_ONLY = YES;
391393
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
392394
CURRENT_PROJECT_VERSION = 2;
393395
DEFINES_MODULE = YES;

0 commit comments

Comments
 (0)