Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit d358763

Browse files
authored
Merge pull request #12 from ksmandersen/master
set "allow app extension API only" for targets
2 parents af6472e + d662148 commit d358763

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R.swift.Library.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
806E69A41C42BD9C00DE3A8B /* Debug */ = {
528528
isa = XCBuildConfiguration;
529529
buildSettings = {
530+
APPLICATION_EXTENSION_API_ONLY = YES;
530531
DEFINES_MODULE = YES;
531532
DYLIB_COMPATIBILITY_VERSION = 1;
532533
DYLIB_CURRENT_VERSION = 1;
@@ -547,6 +548,7 @@
547548
806E69A51C42BD9C00DE3A8B /* Release */ = {
548549
isa = XCBuildConfiguration;
549550
buildSettings = {
551+
APPLICATION_EXTENSION_API_ONLY = YES;
550552
DEFINES_MODULE = YES;
551553
DYLIB_COMPATIBILITY_VERSION = 1;
552554
DYLIB_CURRENT_VERSION = 1;
@@ -682,6 +684,7 @@
682684
D59246631C117A55007F94C7 /* Debug */ = {
683685
isa = XCBuildConfiguration;
684686
buildSettings = {
687+
APPLICATION_EXTENSION_API_ONLY = YES;
685688
CLANG_ENABLE_MODULES = YES;
686689
DEFINES_MODULE = YES;
687690
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -702,6 +705,7 @@
702705
D59246641C117A55007F94C7 /* Release */ = {
703706
isa = XCBuildConfiguration;
704707
buildSettings = {
708+
APPLICATION_EXTENSION_API_ONLY = YES;
705709
CLANG_ENABLE_MODULES = YES;
706710
DEFINES_MODULE = YES;
707711
DYLIB_COMPATIBILITY_VERSION = 1;

0 commit comments

Comments
 (0)