Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# 3. Code signs — Developer ID if CODE_SIGN_IDENTITY is set, ad-hoc otherwise
#
# Environment variables:
# APP_VERSION — Version string to embed in Info.plist. Defaults to 0.8.0.
# Set by CI for nightly builds (e.g., 0.8.0-nightly.20260512+abc1234).
# APP_VERSION — Version string to embed in Info.plist. Defaults to 0.9.0.
# Set by CI for nightly builds (e.g., 0.9.0-nightly.20260512+abc1234).
# CODE_SIGN_IDENTITY — Signing identity to use. Defaults to auto-detect
# Developer ID Application in the login keychain.
# Set to "-" to force ad-hoc signing.
Expand All @@ -29,7 +29,7 @@ BUNDLE_ID="com.vocamac.app"
APP_NAME="VocaMac"
APP_DIR="${APP_NAME}.app"
ENTITLEMENTS="VocaMac.entitlements"
APP_VERSION="${APP_VERSION:-0.8.0}"
APP_VERSION="${APP_VERSION:-0.9.0}"

# Resolve signing identity:
# 1. Use CODE_SIGN_IDENTITY env var if set
Expand Down
Loading