Support codesign/notarize via local credentials file

This commit is contained in:
Micha
2025-11-20 00:34:56 +01:00
parent 0f1c876520
commit 73d81216bb
4 changed files with 36 additions and 3 deletions

4
signing.env.example Normal file
View File

@@ -0,0 +1,4 @@
CODESIGN_IDENTITY="Developer ID Application: Your Name (TEAMID1234)"
NOTARY_APPLE_ID="appleid@example.com"
NOTARY_TEAM_ID="TEAMID1234"
NOTARY_PASSWORD="app-specific-password"