-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (13 loc) · 762 Bytes
/
Copy path.env.example
File metadata and controls
15 lines (13 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copy this file to .env.local and fill in your values.
# .env.local is gitignored — your signing identity should never be committed.
# Your Developer ID Application signing identity from the keychain.
# Find via: security find-identity -v -p codesigning
# Format: "Developer ID Application: Your Name (TEAMID)"
UNCOMMITTED_SIGN_IDENTITY="Developer ID Application: YOUR NAME (YOUR_TEAM_ID)"
# Name of the keychain profile you created with notarytool's store-credentials.
# One-time setup (run once per machine):
# xcrun notarytool store-credentials "uncommitted-notary" \
# --apple-id "you@example.com" \
# --team-id "YOUR_TEAM_ID" \
# --password "your-app-specific-password"
UNCOMMITTED_NOTARY_KEYCHAIN_PROFILE="uncommitted-notary"