Skip to content

Commit 457e94c

Browse files
byshingclaude
andcommitted
Enable hardened runtime for notarization (CODESIGN_OPTIONS=runtime)
Apple rejects notarization submissions without hardened runtime enabled. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent b1d3170 commit 457e94c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
CODESIGN_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
116116
CODESIGN_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
117117
CODESIGN_IDENTITY: ${{ secrets.APPLE_CODESIGN_IDENTITY }}
118+
CODESIGN_OPTIONS: runtime
118119
APPLE_NOTARIZE_ID: ${{ secrets.APPLE_NOTARIZE_ID }}
119120
APPLE_NOTARIZE_PASSWORD: ${{ secrets.APPLE_NOTARIZE_PASSWORD }}
120121
APPLE_NOTARIZE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}

0 commit comments

Comments
 (0)