Move unlocalized metadata to "default" language (#1001)

`deliver` may reuse default language resources for all localizations.
This commit is contained in:
Davide 2024-12-11 21:52:02 +01:00 committed by GitHub
parent 76a570b7b3
commit c6b3ad5921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
195 changed files with 17 additions and 177 deletions

View File

@ -3,7 +3,7 @@ CHANGELOG="CHANGELOG.txt"
PLATFORMS="iOS macOS tvOS"
for PLATFORM in $PLATFORMS; do
DST="fastlane/metadata/$PLATFORM/en-US/release_notes.txt"
DST="fastlane/metadata/$PLATFORM/default/release_notes.txt"
rm -f "$DST"
cp "$CHANGELOG" "$DST"
done

3
ci/upload-metadata.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
platform=$1
bundle exec fastlane --env secret,$platform asc_metadata

3
ci/upload-screenshots.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
platform=$1
bundle exec fastlane --env secret,$platform asc_screenshots

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

0
fastlane/metadata/iOS/fr-FR/name.txt Executable file → Normal file
View File

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

0
fastlane/metadata/iOS/fr-FR/subtitle.txt Executable file → Normal file
View File

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
https://passepartoutvpn.app

View File

@ -1 +0,0 @@
https://passepartoutvpn.app/privacy/

View File

@ -1 +0,0 @@
../en-US/release_notes.txt

View File

@ -1 +0,0 @@
https://www.reddit.com/r/passepartout

View File

@ -1 +0,0 @@
../../iOS/de-DE/apple_tv_privacy_policy.txt

View File

@ -1 +0,0 @@
../../iOS/de-DE/marketing_url.txt

View File

@ -1 +0,0 @@
../../iOS/de-DE/privacy_url.txt

View File

@ -1 +0,0 @@
../../iOS/de-DE/promotional_text.txt

View File

@ -1 +0,0 @@
../../iOS/de-DE/support_url.txt

View File

@ -0,0 +1 @@
../../iOS/default/apple_tv_privacy_policy.txt

View File

@ -0,0 +1 @@
../../iOS/default/marketing_url.txt

View File

@ -0,0 +1 @@
../../iOS/default/privacy_url.txt

View File

@ -0,0 +1 @@
../../iOS/default/promotional_text.txt

View File

@ -0,0 +1 @@
../../iOS/default/support_url.txt

View File

@ -1 +0,0 @@
../../iOS/el/apple_tv_privacy_policy.txt

View File

@ -1 +0,0 @@
../../iOS/el/marketing_url.txt

View File

@ -1 +0,0 @@
../../iOS/el/privacy_url.txt

View File

@ -1 +0,0 @@
../../iOS/el/promotional_text.txt

View File

@ -1 +0,0 @@
../../iOS/el/support_url.txt

View File

@ -1 +0,0 @@
../../iOS/en-US/apple_tv_privacy_policy.txt

View File

@ -1 +0,0 @@
../../iOS/en-US/marketing_url.txt

View File

@ -1 +0,0 @@
../../iOS/en-US/privacy_url.txt

View File

@ -1 +0,0 @@
../../iOS/en-US/promotional_text.txt

View File

@ -1,3 +0,0 @@
* Exclude OpenVPN endpoints (#987)
* Fix missing animations in profiles list (#986)
* Select preset matching current filter (#985)

View File

@ -1 +0,0 @@
../../iOS/en-US/support_url.txt

View File

@ -1 +0,0 @@
../../iOS/es-MX/apple_tv_privacy_policy.txt

View File

@ -1 +0,0 @@
../../iOS/es-MX/marketing_url.txt

View File

@ -1 +0,0 @@
../../iOS/es-MX/privacy_url.txt

View File

@ -1 +0,0 @@
../../iOS/es-MX/promotional_text.txt

View File

@ -1 +0,0 @@
../../iOS/es-MX/support_url.txt

View File

@ -1 +0,0 @@
../../iOS/fr-FR/apple_tv_privacy_policy.txt

View File

@ -1 +0,0 @@
../../iOS/fr-FR/marketing_url.txt

Some files were not shown because too many files have changed in this diff Show More