mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-12 03:29:21 +00:00
a0be83a499
- Do not skip .pkg for Mac App Store builds (beta) - Add store_deploy lane
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
MATCH_TYPE="appstore"
|
|
GYM_EXPORT_METHOD="app-store"
|
|
GYM_SKIP_PACKAGE_PKG="false"
|
|
DELIVER_PKG_PATH="$DIST_PATH/$PLATFORM/$TARGET/$APP_NAME.pkg"
|