Skip to content

Commit 9ad44f1

Browse files
authored
Test targets emit incorrect 'The ENABLE_APP_SANDBOX build setting is set to NO, but is set to YES in your entitlements file.' warning (#433)
1 parent 382cc20 commit 9ad44f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SWBUniversalPlatform/Specs/ProductTypes.xcspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@
299299
INSTALL_PATH = "$(INSTALL_PATH_XCTRUNNER_$(USES_XCTRUNNER:default=NO))";
300300
INSTALL_PATH_XCTRUNNER_YES = "$(DEFAULT_TEST_RUNNER_APP_INSTALL_PATH)";
301301
INSTALL_PATH_XCTRUNNER_NO = "$(DEFAULT_TEST_BUNDLE_INSTALL_PATH)";
302+
ENABLE_APP_SANDBOX = "$(USES_XCTRUNNER)";
303+
ENABLE_OUTGOING_NETWORK_CONNECTIONS = "$(USES_XCTRUNNER)";
302304

303305
ENTITLEMENTS_REQUIRED = NO;
304306

0 commit comments

Comments
 (0)