Skip to content

Commit d3f0065

Browse files
committed
Enables APPLICATION_EXTENSION_API_ONLY build setting
Allows app extensions to link against AltSign without warnings.
1 parent 85c66a5 commit d3f0065

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AltSign.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,7 @@
11571157
BF5AB3A22285FDB200DC914B /* Debug */ = {
11581158
isa = XCBuildConfiguration;
11591159
buildSettings = {
1160+
APPLICATION_EXTENSION_API_ONLY = YES;
11601161
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
11611162
CODE_SIGN_IDENTITY = "";
11621163
CODE_SIGN_STYLE = Manual;
@@ -1183,6 +1184,7 @@
11831184
BF5AB3A32285FDB200DC914B /* Release */ = {
11841185
isa = XCBuildConfiguration;
11851186
buildSettings = {
1187+
APPLICATION_EXTENSION_API_ONLY = YES;
11861188
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
11871189
CODE_SIGN_IDENTITY = "";
11881190
CODE_SIGN_STYLE = Manual;

0 commit comments

Comments
 (0)