We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 293e7e5 + 9a59832 commit 53a4a80Copy full SHA for 53a4a80
1 file changed
.github/workflows/ci.yml
@@ -32,4 +32,4 @@ jobs:
32
uses: actions/checkout@v4
33
34
- name: Build app
35
- run: xcodebuild -scheme KeyMapRender -destination 'platform=macOS' build
+ run: xcodebuild -scheme KeyMapRender -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" DEVELOPMENT_TEAM="" build
0 commit comments