Various metadata for ChatSecure
You will need a recent version of Ruby. We now use deliver and snapshot.
$ gem install fastlane
Snapshot stuff has been moved to the main repository.
$ bundle exec fastlane screenshots
Moved to fastlane
folder in the main repo.
$ bundle exec fastlane upload_screenshots
$ bundle exec fastlane upload_metadata
$ bundle exec fastlane upload_all
To synchronize translations use Transifex's tx
tool.
$ pip install transifex-client
This command will download all existing translations:
$ tx pull -f
New languages on Transifex will need to be manually mapped to the correct language code folder in ./metadata
. This is because the language codes in Transifex don't match up with the ones that Apple uses.
$ nano .tx/config
Available Languages Codes: https://github.com/KrauseFx/deliver#available-language-codes
Update release notes in the Deliverfile
in the main repo.
GPLv3