diff options
author | kwadronaut <kwadronaut@autistici.org> | 2023-07-14 12:45:58 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@autistici.org> | 2023-07-14 12:45:58 +0200 |
commit | f1f70d33c76acc3f437a563235d2989ab500d7c2 (patch) | |
tree | e31576a4608499cca998fb7cd3d60b9b44ba8f64 /src/README.md | |
parent | 617a460e723adbeeeeabd6b728c9d4643b817457 (diff) |
update translations
Diffstat (limited to 'src/README.md')
-rw-r--r-- | src/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index dfdcf286..7b669e77 100644 --- a/src/README.md +++ b/src/README.md @@ -1,3 +1,4 @@ +# Updating l10n, metadata, f-droid, google play store # F-Droid compatible fastlane metadata directory This source folder only contains the generated metadata for f-droid builds for both Bitmask and a custom flavored client. @@ -5,3 +6,12 @@ Currently neither F-Droid nor Fastlane support metadata dirs directly within bui `/<module>/src/<buildFlavor>/fastlane/metadata/android/` (which would be preferable). Keep an eye on this [issue](https://gitlab.com/fdroid/fdroidserver/-/issues/829) to track the state of the fastlane improvements for F-Droid. + +#How to update and go forward: +Install fastlane: +https://docs.fastlane.tools/getting-started/ios/setup/ +update bundle + +This will fetch the existing metadata. If you updated something through your browser, you can fetch that. There's no 'merge' functionality! + +fastlane supply init -j <YOUR-API-DETAILS.json> -p se.leap.<PROJECTNAME> -m src/custom/fastlane/metadata/ |