mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-26 03:12:37 +00:00
cedd1e9442
Only run tests on master branch.
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
PLATFORM="ios"
|
|
APP_ROOT="Passepartout/App/iOS"
|
|
MATCH_PLATFORM="ios"
|
|
GYM_SCHEME="Passepartout-iOS"
|
|
SCAN_SCHEME="PassepartoutCore-iOS"
|
|
DELIVER_PLATFORM="ios"
|
|
PILOT_PLATFORM="ios"
|
|
APPCENTER_APP_NAME=$GYM_SCHEME
|
|
APPCENTER_DISTRIBUTE_IPA="$DIST_PATH/$PLATFORM/dev/$APP_NAME.ipa"
|