Skip to content

Commit 9d94293

Browse files
committed
Enabled APPLICATION_EXTENSION_API_ONLY so that Multiplexer can be used in app extensions/widgets
1 parent 65b4724 commit 9d94293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Multiplexer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
36E8FDF12340CA0500E34B07 /* Debug */ = {
329329
isa = XCBuildConfiguration;
330330
buildSettings = {
331+
APPLICATION_EXTENSION_API_ONLY = YES;
331332
CLANG_ENABLE_MODULES = YES;
332333
CODE_SIGN_STYLE = Automatic;
333334
DEFINES_MODULE = YES;
@@ -355,6 +356,7 @@
355356
36E8FDF22340CA0500E34B07 /* Release */ = {
356357
isa = XCBuildConfiguration;
357358
buildSettings = {
359+
APPLICATION_EXTENSION_API_ONLY = YES;
358360
CLANG_ENABLE_MODULES = YES;
359361
CODE_SIGN_STYLE = Automatic;
360362
DEFINES_MODULE = YES;

0 commit comments

Comments
 (0)