We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382cc20 commit 9ad44f1Copy full SHA for 9ad44f1
Sources/SWBUniversalPlatform/Specs/ProductTypes.xcspec
@@ -299,6 +299,8 @@
299
INSTALL_PATH = "$(INSTALL_PATH_XCTRUNNER_$(USES_XCTRUNNER:default=NO))";
300
INSTALL_PATH_XCTRUNNER_YES = "$(DEFAULT_TEST_RUNNER_APP_INSTALL_PATH)";
301
INSTALL_PATH_XCTRUNNER_NO = "$(DEFAULT_TEST_BUNDLE_INSTALL_PATH)";
302
+ ENABLE_APP_SANDBOX = "$(USES_XCTRUNNER)";
303
+ ENABLE_OUTGOING_NETWORK_CONNECTIONS = "$(USES_XCTRUNNER)";
304
305
ENTITLEMENTS_REQUIRED = NO;
306
0 commit comments