-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (24 loc) · 998 Bytes
/
.env.example
File metadata and controls
34 lines (24 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Code Signing & Notarization
# Copy this file to .env and fill in your values
# Base64 contents OR path to your Developer ID .p12 certificate
MACOS_SIGN_P12=""
# Password for the .p12 certificate
MACOS_SIGN_PASSWORD=""
# Full Developer ID Application identity from Keychain
MACOS_SIGN_IDENTITY=""
# Base64 contents OR path to your App Store Connect .p8 key
MACOS_NOTARY_KEY=""
# App Store Connect API Key ID (appears in the .p8 filename)
MACOS_NOTARY_KEY_ID=""
# App Store Connect Issuer ID (UUID shown when creating the API key)
MACOS_NOTARY_ISSUER_ID=""
# Optional: Profile name to create with notarytool and keychain override
KEYCHAIN_PATH=""
MACOS_NOTARY_PROFILE_NAME="mdv-notary-profile"
# Optional: Override entitlements used for GUI signing
MACOS_GUI_ENTITLEMENTS="cmd/mdv-gui/entitlements.plist"
# Optional: Apple Developer Team ID (only needed for some tools)
MACOS_NOTARY_TEAM_ID=""
# GitHub Token (for releases)
# Create at: https://github.com/settings/tokens
GITHUB_TOKEN=""