File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88# 3. Code signs — Developer ID if CODE_SIGN_IDENTITY is set, ad-hoc otherwise
99#
1010# Environment variables:
11- # APP_VERSION — Version string to embed in Info.plist. Defaults to 0.8 .0.
12- # Set by CI for nightly builds (e.g., 0.8 .0-nightly.20260512+abc1234).
11+ # APP_VERSION — Version string to embed in Info.plist. Defaults to 0.9 .0.
12+ # Set by CI for nightly builds (e.g., 0.9 .0-nightly.20260512+abc1234).
1313# CODE_SIGN_IDENTITY — Signing identity to use. Defaults to auto-detect
1414# Developer ID Application in the login keychain.
1515# Set to "-" to force ad-hoc signing.
@@ -29,7 +29,7 @@ BUNDLE_ID="com.vocamac.app"
2929APP_NAME=" VocaMac"
3030APP_DIR=" ${APP_NAME} .app"
3131ENTITLEMENTS=" VocaMac.entitlements"
32- APP_VERSION=" ${APP_VERSION:- 0.8 .0} "
32+ APP_VERSION=" ${APP_VERSION:- 0.9 .0} "
3333
3434# Resolve signing identity:
3535# 1. Use CODE_SIGN_IDENTITY env var if set
You can’t perform that action at this time.
0 commit comments