Skip to content

Commit 3d17b43

Browse files
committed
Configure manual code signing options for macOS TestRunner build
1 parent 0a2d46a commit 3d17b43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/run-tests-macos.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,11 @@ function buildTestRunnerApp() {
493493
"-configuration", configuration,
494494
"-destination", "platform=macOS,arch=arm64",
495495
"-derivedDataPath", derivedDataPath,
496+
"CODE_SIGN_STYLE=Manual",
497+
"CODE_SIGNING_ALLOWED=NO",
498+
"CODE_SIGNING_REQUIRED=NO",
499+
"CODE_SIGN_IDENTITY=",
500+
"DEVELOPMENT_TEAM=",
496501
"build"
497502
];
498503
runBuildAndRequireSuccess("xcodebuild", args, commandTimeoutMs);

0 commit comments

Comments
 (0)