-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 991 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 991 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
# Apple Notarization credentials
# Copy this file to .env and fill in your values
# Your Apple ID email
APPLE_ID=your-apple-id@example.com
# App-specific password (generate at appleid.apple.com)
APPLE_APP_PASSWORD=xxxx-xxxx-xxxx-xxxx
# Your Apple Developer Team ID
APPLE_TEAM_ID=XXXXXXXXXX
# Sparkle EdDSA Private Key (for signing updates)
# Generate with: /path/to/Sparkle/bin/generate_keys
SPARKLE_PRIVATE_KEY=your-private-key-here
# Build Configuration (optional)
# ENABLE_CODESIGN=true # Enable/disable code signing
# ENABLE_NOTARIZE=false # Enable/disable notarization
# ENABLE_DMG=true # Enable/disable XKey.dmg creation
# ENABLE_XKEYIM=true # Enable/disable XKeyIM build
# ENABLE_XKEYIM_BUNDLE=false # Bundle XKeyIM inside XKey.app
# ENABLE_XKEYIM_DMG=true # Create separate XKeyIM.dmg
# ENABLE_SPARKLE_SIGN=true # Enable/disable Sparkle signing
# ENABLE_APPCAST=false # Enable/disable appcast generation