Skip to content

Commit b916c02

Browse files
authored
Build certain frameworks with app-extension-safe APIs (#7718)
2 parents 5079de6 + 86e18af commit b916c02

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Experiments/Experiments.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@
463463
isa = XCBuildConfiguration;
464464
baseConfigurationReference = 2B7FCE683D4058A7A16F7946 /* Pods-Experiments.debug.xcconfig */;
465465
buildSettings = {
466+
APPLICATION_EXTENSION_API_ONLY = YES;
466467
CLANG_ENABLE_MODULES = YES;
467468
CODE_SIGN_STYLE = Automatic;
468469
DEFINES_MODULE = YES;
@@ -489,6 +490,7 @@
489490
isa = XCBuildConfiguration;
490491
baseConfigurationReference = AF72D9DB7771E7A5105C88B0 /* Pods-Experiments.release.xcconfig */;
491492
buildSettings = {
493+
APPLICATION_EXTENSION_API_ONLY = YES;
492494
CLANG_ENABLE_MODULES = YES;
493495
CODE_SIGN_STYLE = Automatic;
494496
DEFINES_MODULE = YES;
@@ -611,6 +613,7 @@
611613
isa = XCBuildConfiguration;
612614
baseConfigurationReference = 8CB554DFAAD3EF41D17099C4 /* Pods-Experiments.release-alpha.xcconfig */;
613615
buildSettings = {
616+
APPLICATION_EXTENSION_API_ONLY = YES;
614617
CLANG_ENABLE_MODULES = YES;
615618
CODE_SIGN_STYLE = Automatic;
616619
DEFINES_MODULE = YES;

Networking/Networking.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3293,6 +3293,7 @@
32933293
isa = XCBuildConfiguration;
32943294
baseConfigurationReference = 9BD9C6C44CAC220B3C3B90B7 /* Pods-Networking.release-alpha.xcconfig */;
32953295
buildSettings = {
3296+
APPLICATION_EXTENSION_API_ONLY = YES;
32963297
CLANG_ENABLE_MODULES = YES;
32973298
CODE_SIGN_IDENTITY = "";
32983299
CODE_SIGN_STYLE = Automatic;
@@ -3466,6 +3467,7 @@
34663467
isa = XCBuildConfiguration;
34673468
baseConfigurationReference = 753D6504FF01F09F6A33B73E /* Pods-Networking.debug.xcconfig */;
34683469
buildSettings = {
3470+
APPLICATION_EXTENSION_API_ONLY = YES;
34693471
CLANG_ENABLE_MODULES = YES;
34703472
CODE_SIGN_IDENTITY = "";
34713473
CODE_SIGN_STYLE = Automatic;
@@ -3495,6 +3497,7 @@
34953497
isa = XCBuildConfiguration;
34963498
baseConfigurationReference = C8F9A8CC6F90A8C9B5EF2EE2 /* Pods-Networking.release.xcconfig */;
34973499
buildSettings = {
3500+
APPLICATION_EXTENSION_API_ONLY = YES;
34983501
CLANG_ENABLE_MODULES = YES;
34993502
CODE_SIGN_IDENTITY = "";
35003503
CODE_SIGN_STYLE = Automatic;

WooFoundation/WooFoundation.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@
548548
isa = XCBuildConfiguration;
549549
baseConfigurationReference = 81B8569CD52D20EAE64EE737 /* Pods-WooFoundation.release-alpha.xcconfig */;
550550
buildSettings = {
551+
APPLICATION_EXTENSION_API_ONLY = YES;
551552
CODE_SIGN_STYLE = Automatic;
552553
CURRENT_PROJECT_VERSION = 1;
553554
DEFINES_MODULE = YES;
@@ -709,6 +710,7 @@
709710
isa = XCBuildConfiguration;
710711
baseConfigurationReference = 99861FECBD0975C25DA03D80 /* Pods-WooFoundation.debug.xcconfig */;
711712
buildSettings = {
713+
APPLICATION_EXTENSION_API_ONLY = YES;
712714
CODE_SIGN_STYLE = Automatic;
713715
CURRENT_PROJECT_VERSION = 1;
714716
DEFINES_MODULE = YES;
@@ -741,6 +743,7 @@
741743
isa = XCBuildConfiguration;
742744
baseConfigurationReference = D64F2A76E9373989B3F181FC /* Pods-WooFoundation.release.xcconfig */;
743745
buildSettings = {
746+
APPLICATION_EXTENSION_API_ONLY = YES;
744747
CODE_SIGN_STYLE = Automatic;
745748
CURRENT_PROJECT_VERSION = 1;
746749
DEFINES_MODULE = YES;

0 commit comments

Comments
 (0)