Skip to content

Commit 2c7cb6f

Browse files
authored
turned on allow-app-extensions-only flag (#277)
1 parent 1b5deaa commit 2c7cb6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

OptimizelySwiftSDK.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3917,6 +3917,7 @@
39173917
6E614DDE21E3F38A005982A1 /* Debug */ = {
39183918
isa = XCBuildConfiguration;
39193919
buildSettings = {
3920+
APPLICATION_EXTENSION_API_ONLY = YES;
39203921
CODE_SIGN_IDENTITY = "";
39213922
CODE_SIGN_STYLE = Automatic;
39223923
DEFINES_MODULE = YES;
@@ -3943,6 +3944,7 @@
39433944
6E614DDF21E3F38A005982A1 /* Release */ = {
39443945
isa = XCBuildConfiguration;
39453946
buildSettings = {
3947+
APPLICATION_EXTENSION_API_ONLY = YES;
39463948
CODE_SIGN_IDENTITY = "";
39473949
CODE_SIGN_STYLE = Automatic;
39483950
DEFINES_MODULE = YES;
@@ -4314,6 +4316,7 @@
43144316
6EBAEB7D21E3FEF900D13AA9 /* Debug */ = {
43154317
isa = XCBuildConfiguration;
43164318
buildSettings = {
4319+
APPLICATION_EXTENSION_API_ONLY = YES;
43174320
CODE_SIGN_IDENTITY = "";
43184321
CODE_SIGN_STYLE = Automatic;
43194322
DEFINES_MODULE = YES;
@@ -4339,6 +4342,7 @@
43394342
6EBAEB7E21E3FEF900D13AA9 /* Release */ = {
43404343
isa = XCBuildConfiguration;
43414344
buildSettings = {
4345+
APPLICATION_EXTENSION_API_ONLY = YES;
43424346
CODE_SIGN_IDENTITY = "";
43434347
CODE_SIGN_STYLE = Automatic;
43444348
DEFINES_MODULE = YES;

0 commit comments

Comments
 (0)