An open API service indexing awesome lists of open source software.

https://github.com/leancodepl/mobile-tools

Simple programs and shellscripts to make our mobile developers' lives easier.
https://github.com/leancodepl/mobile-tools

Last synced: about 1 year ago
JSON representation

Simple programs and shellscripts to make our mobile developers' lives easier.

Awesome Lists containing this project

README

          

# mobile-tools

All useful scripts gathered in one place.

### Install

`$ brew tap leancodepl/tools`

`$ brew install mobile-tools`

## Programs

To learn more about programs, see their source code. They should have an
extensive comment at the top of the file.

### generate-keystore

Generates `tst`, `prod_upload`, and `prod` keystore (`.jks`) files.

**App signing by Google Play**

Upload created `prod` key instead of letting Google Play create one.

Uploading keystore to Google is available when uploading the first build.

**IMPORTANT!**

Adding `prod_upload` key needs to be done in the same transaction!

![](img/generate-keystores_1.png) ![](img/generate-keystores_2.png)