Skip to content

Commit f2f23f3

Browse files
devsemihclaude
andcommitted
Fix CI signing: set CODE_SIGN_STYLE=Manual for Developer ID
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 1a13876 commit f2f23f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
-scheme appjail \
5858
-configuration Release \
5959
-derivedDataPath build \
60+
CODE_SIGN_STYLE=Manual \
6061
CODE_SIGN_IDENTITY="Developer ID Application" \
6162
DEVELOPMENT_TEAM=${{ secrets.APPLE_TEAM_ID }}
6263

0 commit comments

Comments
 (0)