dash-wallet icon indicating copy to clipboard operation
dash-wallet copied to clipboard

Store matadata in fastlane

Open yurtpage opened this issue 10 months ago • 1 comments

The F-Droid store expects the app description to be in the /fastlane/android/en-US/. Then on the next release it will automatically pick the description. But right now all the descriptions are in the /market folder.

I found that the fastlane/metadata/android is already used by the script https://github.com/dashpay/dash-wallet/blob/master/.deploy/prepare_changelog.sh The script adds a new changelog record, same for Spanish which is not needed because it will anyway take it from the en-US locale.

So can we migrate to the fastlane structure and use static changelog files instead of generated?

Related: #19

yurtpage avatar Feb 22 '25 12:02 yurtpage

The F-Droid fork of the wallet have the folder https://github.com/HashEngineeringSolutions/dash-wallet/tree/master/fastlane/metadata/android/en-US

yurtpage avatar Mar 13 '25 04:03 yurtpage