forked from sameerasw/airsync-mac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathairsync.build.config
More file actions
32 lines (26 loc) · 1.1 KB
/
airsync.build.config
File metadata and controls
32 lines (26 loc) · 1.1 KB
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
# AirSync Build Configuration
# Lines starting with # are comments and will be ignored
# === PROJECT CONFIGURATION ===
project_name=AirSync
project_dir=/Users/sameerasandakelum/GIT/airsync-mac
output_dir=/Users/sameerasandakelum/GIT/airsync-mac/updates
skip_confirmation=false
# Define the build steps (comma-separated)
steps=Cleanup updates directory,Build DMG,Notarize DMG,Staple & Validate DMG,Generate Sparkle Appcast
# === PROJECT-SPECIFIC VARIABLES ===
updates_dir=/Users/sameerasandakelum/GIT/airsync-mac/updates
dmg_name=AirSync.dmg
background_image=/Users/sameerasandakelum/GIT/airsync-mac/airsync-bg.jpg
developer_id=Developer ID Application: Sameera Sandakelum (WCB4HTANA6)
team_id=WCB4HTANA6
# === KEYCHAIN REFERENCES ===
# These will be retrieved from keychain automatically
apple_id_keychain_service=AirSyncDevEmail
app_password_keychain_service=AirSyncAppPassword
# === SPARKLE CONFIGURATION ===
# The script will auto-detect Sparkle directory, but you can override it here
# sparkle_dir=/path/to/sparkle/directory
# === DMG CONFIGURATION ===
dmg_window_size=600,400
dmg_icon_size=128
dmg_text_size=16