Skip to content

Commit fcd9e4d

Browse files
committed
disable code signing
1 parent 7fa3070 commit fcd9e4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ targets:
2828
type: bundle.unit-test
2929
info:
3030
path: TestingSupport/AppHost/App/Info.plist
31+
settings:
32+
CODE_SIGN_IDENTITY: ""
3133
scheme:
3234
testTargets:
3335
- package: Workflow/WorkflowCombineTestingTests
@@ -49,6 +51,8 @@ targets:
4951
type: bundle.unit-test
5052
info:
5153
path: TestingSupport/AppHost/App/Info.plist
54+
settings:
55+
CODE_SIGN_IDENTITY: ""
5256
scheme:
5357
testTargets:
5458
- package: Workflow/WorkflowCombineTestingTests

0 commit comments

Comments
 (0)