| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 26-Sep-2023 | - | ||||
| actions/ | H | 26-Sep-2023 | - | 99 | 76 | |
| android/metadata/en-US/ | H | 26-Sep-2023 | - | 54 | 33 | |
| devices_frames/ | H | 26-Sep-2023 | - | |||
| metadata/ | H | 26-Sep-2023 | - | 19 | 12 | |
| screenshots/ | H | 26-Sep-2023 | - | 352 | 284 | |
| Fastfile | H A D | 26-Sep-2023 | 10.5 KiB | 362 | 307 | |
| Matchfile | H A D | 26-Sep-2023 | 456 | 13 | 10 | |
| README.md | H A D | 26-Sep-2023 | 1.5 KiB | 118 | 60 |
README.md
1fastlane documentation 2---- 3 4# Installation 5 6Make sure you have the latest version of the Xcode command line tools installed: 7 8```sh 9xcode-select --install 10``` 11 12For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) 13 14# Available Actions 15 16## iOS 17 18### ios prepare_schemes 19 20```sh 21[bundle exec] fastlane ios prepare_schemes 22``` 23 24 25 26### ios test_module 27 28```sh 29[bundle exec] fastlane ios test_module 30``` 31 32 33 34### ios unit_tests 35 36```sh 37[bundle exec] fastlane ios unit_tests 38``` 39 40 41 42### ios test 43 44```sh 45[bundle exec] fastlane ios test 46``` 47 48 49 50### ios create_simulator_build 51 52```sh 53[bundle exec] fastlane ios create_simulator_build 54``` 55 56 57 58### ios create_expo_client_build 59 60```sh 61[bundle exec] fastlane ios create_expo_client_build 62``` 63 64 65 66### ios release 67 68```sh 69[bundle exec] fastlane ios release 70``` 71 72 73 74---- 75 76 77## Android 78 79### android start 80 81```sh 82[bundle exec] fastlane android start 83``` 84 85 86 87### android build 88 89```sh 90[bundle exec] fastlane android build 91``` 92 93 94 95### android upload_crashlytics_symbols 96 97```sh 98[bundle exec] fastlane android upload_crashlytics_symbols 99``` 100 101 102 103### android prod_release 104 105```sh 106[bundle exec] fastlane android prod_release 107``` 108 109 110 111---- 112 113This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. 114 115More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). 116 117The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools). 118