diff options
| author | cyBerta <cyberta@riseup.net> | 2025-03-18 00:46:31 +0100 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2025-03-18 00:05:48 +0000 |
| commit | e6e3cd0dc87a31377a4d3e89d68579ea02fc2317 (patch) | |
| tree | 9972c26938b447a8c433a1c3aab32e8a52c5a4d9 /src | |
| parent | 3a418d93d09dc6eaf888ff430bd37ef152ef434a (diff) | |
update references to fastlane directories
Diffstat (limited to 'src')
| -rw-r--r-- | src/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/README.md b/src/README.md index 5d217ad5..8875966b 100644 --- a/src/README.md +++ b/src/README.md @@ -8,7 +8,7 @@ Any string that will be changed in the source language (en_US) in the master br # Metadata: F-Droid compatible fastlane metadata directory -The src/<flavor>/fastlande/metadata folder contains the generated metadata for f-droid builds for both Bitmask and a custom flavored client. +The src/<flavor>/fastlane/metadata folder contains the generated metadata for f-droid builds for both Bitmask and a custom flavored client. Currently neither F-Droid nor Fastlane support metadata dirs directly within build flavor dirs of a module, like `/<module>/src/<buildFlavor>/fastlane/metadata/android/` (which would be preferable). Transifex wants 1 file, play store wants 1 file, fastlane uses text files. @@ -46,7 +46,7 @@ This will fetch the existing metadata. If you updated something through your bro You can also use this when adding a new provider. You need an API token from the Google Play store. If you don't have one yet, we have some links below that should help you get started. -fastlane supply init -j <YOUR-API-DETAILS.json> -p se.leap.<PROJECTNAME> -m src/custom/fastlane/metadata/ +fastlane supply init -j <YOUR-API-DETAILS.json> -p se.leap.<PROJECTNAME> -m src/customProductionFat/fastlane/metadata/ apt install pythong3-babel |
