Skip to content

Commit 53a4a80

Browse files
authored
Merge pull request #6 from shsw228/codex/ci-setup
[ci] macOSビルドでコード署名を無効化
2 parents 293e7e5 + 9a59832 commit 53a4a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Build app
35-
run: xcodebuild -scheme KeyMapRender -destination 'platform=macOS' build
35+
run: xcodebuild -scheme KeyMapRender -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" DEVELOPMENT_TEAM="" build

0 commit comments

Comments
 (0)