diff options
author | cyberta <cyberta@riseup.net> | 2023-01-02 21:08:29 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-01-02 21:08:29 +0100 |
commit | e201e92acf17e3a71e2bffb73419fdd3726b0569 (patch) | |
tree | e2d794451129a9764075fb1750c8a3eee807a733 /fastlane/README.md | |
parent | 256bf71832d266da62fdf8b3143308da00e7459b (diff) |
simple example setup for fastlane, doing some screenshots in different languages, including screenshots with phone frames for use in an app store
Diffstat (limited to 'fastlane/README.md')
-rw-r--r-- | fastlane/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fastlane/README.md b/fastlane/README.md index 7ec1207f..96002ac1 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -23,6 +23,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do Runs all the tests +### android screenshots + +```sh +[bundle exec] fastlane android screenshots +``` + + + ### android beta ```sh |