Reorganize beta metadata
- Move templates into repository - Move beta parameters to environment
This commit is contained in:
parent
c3d202eef5
commit
72414afe5e
|
@ -1,4 +1,6 @@
|
|||
MATCH_TYPE="appstore"
|
||||
GYM_EXPORT_METHOD="app-store"
|
||||
DEMO_ACCOUNT_REQUIRED="true"
|
||||
PILOT_IPA="$DIST_PATH/$PLATFORM/$TARGET/$APP_NAME.ipa"
|
||||
PILOT_DISTRIBUTE_EXTERNAL="true"
|
||||
PILOT_BETA_APP_DESCRIPTION="Passepartout is a non-official, user-friendly OpenVPN® client."
|
||||
|
|
|
@ -24,6 +24,7 @@ env:
|
|||
DELIVER_USERNAME: ${{ secrets.DELIVER_USERNAME }}
|
||||
PILOT_USERNAME: ${{ secrets.PILOT_USERNAME }}
|
||||
PILOT_GROUPS: ${{ secrets.PILOT_GROUPS }}
|
||||
PILOT_BETA_APP_FEEDBACK: ${{ secrets.PILOT_BETA_APP_FEEDBACK }}
|
||||
APPCENTER_OWNER_NAME: ${{ secrets.APPCENTER_OWNER_NAME }}
|
||||
APPCENTER_API_TOKEN: ${{ secrets.APPCENTER_API_TOKEN }}
|
||||
|
||||
|
|
|
@ -13,7 +13,10 @@ Pods
|
|||
**/fastlane/metadata/trade_representative_contact_information
|
||||
build/
|
||||
dist/
|
||||
templates/
|
||||
templates/CHANGELOG.ios.md
|
||||
templates/CHANGELOG.mac.md
|
||||
templates/new-strings.txt
|
||||
iap/
|
||||
.env.secret*
|
||||
Preview.html
|
||||
l10n
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bd02f983863fbb7964766cb632762a2412082e3c
|
||||
Subproject commit 3314ac03b3649ed93a4298e09451457a2029aa89
|
|
@ -0,0 +1,5 @@
|
|||
# Warning
|
||||
|
||||
Please report to beta@passepartoutvpn.app immediately
|
||||
if this build deletes some or all profiles.
|
||||
|
Loading…
Reference in New Issue