mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-13 20:19:07 +00:00
cedd1e9442
Only run tests on master branch.
11 lines
340 B
Plaintext
11 lines
340 B
Plaintext
PLATFORM="mac"
|
|
APP_ROOT="Passepartout/App/macOS"
|
|
MATCH_PLATFORM="macos"
|
|
MATCH_ADDITIONAL_CERT_TYPES="mac_installer_distribution"
|
|
GYM_SCHEME="Passepartout-macOS"
|
|
SCAN_SCHEME="PassepartoutCore-macOS"
|
|
DELIVER_PLATFORM="osx"
|
|
PILOT_PLATFORM="osx"
|
|
APPCENTER_APP_NAME=$GYM_SCHEME
|
|
APPCENTER_DISTRIBUTE_FILE="$DIST_PATH/$PLATFORM/dev/$APP_NAME.app"
|