-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 578 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (17 loc) · 578 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NOTARYTOOL_PROFILE=MovesNotary
DEVELOPER_ID_APPLICATION="Developer ID Application: Your Name (TEAMID)"
BUILD_OVERRIDE=
# API key auth
# NOTARYTOOL_KEY_ID=
# NOTARYTOOL_ISSUER_ID=
# NOTARYTOOL_KEY_PATH=/path/to/AuthKey_XXXXXX.p8
# Apple ID auth
# NOTARYTOOL_APPLE_ID=you@example.com
# NOTARYTOOL_APP_PASSWORD=app-specific-password
# NOTARYTOOL_TEAM_ID=TEAMID
# Optional Sparkle private key override for sign_update
# SPARKLE_ED_PRIVATE_KEY=
# SPARKLE_ED_PRIVATE_KEY_FILE=/path/to/sparkle-private-key.txt
# Optional
# HOMEBREW_TAP_PATH=../homebrew-tap
# SKIP_CHANGELOG_EDIT=1