Skip to content

Commit 390fb4e

Browse files
authored
Merge pull request #70 from KKirsten/swift/4.0
Add Build Option 'Require Only App-Extension-Safe API'
2 parents ef65012 + 3277747 commit 390fb4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SwiftState.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@
507507
isa = XCBuildConfiguration;
508508
baseConfigurationReference = 1FD79F971C1736D600CE7060 /* UniversalFramework_Framework.xcconfig */;
509509
buildSettings = {
510+
APPLICATION_EXTENSION_API_ONLY = YES;
510511
CLANG_ENABLE_MODULES = YES;
511512
COMBINE_HIDPI_IMAGES = YES;
512513
DEFINES_MODULE = YES;
@@ -527,6 +528,7 @@
527528
isa = XCBuildConfiguration;
528529
baseConfigurationReference = 1FD79F971C1736D600CE7060 /* UniversalFramework_Framework.xcconfig */;
529530
buildSettings = {
531+
APPLICATION_EXTENSION_API_ONLY = YES;
530532
CLANG_ENABLE_MODULES = YES;
531533
COMBINE_HIDPI_IMAGES = YES;
532534
DEFINES_MODULE = YES;

0 commit comments

Comments
 (0)