https://github.com/chatsecure/chatsecure-metadata
Various metadata for ChatSecure
https://github.com/chatsecure/chatsecure-metadata
Last synced: 11 months ago
JSON representation
Various metadata for ChatSecure
- Host: GitHub
- URL: https://github.com/chatsecure/chatsecure-metadata
- Owner: ChatSecure
- License: gpl-3.0
- Created: 2013-10-23T00:17:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:46:29.000Z (over 3 years ago)
- Last Synced: 2023-03-23T21:40:05.596Z (almost 3 years ago)
- Language: Ruby
- Size: 71 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ChatSecure-Metadata
===================
Various metadata for ChatSecure
# Requirements
You will need a recent version of Ruby. We now use [deliver](https://github.com/KrauseFx/deliver) and [snapshot](https://github.com/KrauseFx/snapshot).
$ gem install fastlane
# Generating Screenshots
Snapshot stuff has been moved to the main repository.
```
$ bundle exec fastlane screenshots
```
# Uploading Metadata
Moved to `fastlane` folder in the main repo.
```
$ bundle exec fastlane upload_screenshots
$ bundle exec fastlane upload_metadata
$ bundle exec fastlane upload_all
```
# Transifex
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](http://docs.transifex.com/developer/client/config) 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
# Updating What's New
Update release notes in the `Deliverfile` in the main repo.
# License
GPLv3