-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 3.1.1. Fix icon name for RAPID REACT season (#927)
- Loading branch information
Showing
4 changed files
with
86 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,136 @@ | ||
fastlane documentation | ||
================ | ||
---- | ||
|
||
# Installation | ||
|
||
Make sure you have the latest version of the Xcode command line tools installed: | ||
|
||
``` | ||
```sh | ||
xcode-select --install | ||
``` | ||
|
||
Install _fastlane_ using | ||
``` | ||
[sudo] gem install fastlane -NV | ||
``` | ||
or alternatively using `brew install fastlane` | ||
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) | ||
|
||
# Available Actions | ||
|
||
## iOS | ||
|
||
### ios install_deps | ||
|
||
```sh | ||
[bundle exec] fastlane ios install_deps | ||
``` | ||
fastlane ios install_deps | ||
``` | ||
|
||
Install project dependencies | ||
|
||
### ios test_unit | ||
|
||
```sh | ||
[bundle exec] fastlane ios test_unit | ||
``` | ||
fastlane ios test_unit | ||
``` | ||
|
||
Run TBA unit tests | ||
|
||
### ios test_mytbakit | ||
|
||
```sh | ||
[bundle exec] fastlane ios test_mytbakit | ||
``` | ||
fastlane ios test_mytbakit | ||
``` | ||
|
||
Run MyTBAKit unit tests | ||
|
||
### ios test_search | ||
|
||
```sh | ||
[bundle exec] fastlane ios test_search | ||
``` | ||
fastlane ios test_search | ||
``` | ||
|
||
Run Search unit tests | ||
|
||
### ios test_tbadata | ||
|
||
```sh | ||
[bundle exec] fastlane ios test_tbadata | ||
``` | ||
fastlane ios test_tbadata | ||
``` | ||
|
||
Run TBAData unit tests | ||
|
||
### ios test_tbakit | ||
|
||
```sh | ||
[bundle exec] fastlane ios test_tbakit | ||
``` | ||
fastlane ios test_tbakit | ||
``` | ||
|
||
Run TBAKit unit tests | ||
|
||
### ios test_tbaoperation | ||
|
||
```sh | ||
[bundle exec] fastlane ios test_tbaoperation | ||
``` | ||
fastlane ios test_tbaoperation | ||
``` | ||
|
||
Run TBAOperation unit tests | ||
|
||
### ios test_tbautils | ||
|
||
```sh | ||
[bundle exec] fastlane ios test_tbautils | ||
``` | ||
fastlane ios test_tbautils | ||
``` | ||
|
||
Run TBAUtils unit tests | ||
|
||
### ios test | ||
|
||
```sh | ||
[bundle exec] fastlane ios test | ||
``` | ||
fastlane ios test | ||
``` | ||
|
||
Run all of our tests | ||
|
||
### ios setup_secrets | ||
|
||
```sh | ||
[bundle exec] fastlane ios setup_secrets | ||
``` | ||
fastlane ios setup_secrets | ||
``` | ||
|
||
Setup Secrets.plist file (used by CI) | ||
|
||
### ios beta_ci | ||
|
||
```sh | ||
[bundle exec] fastlane ios beta_ci | ||
``` | ||
fastlane ios beta_ci | ||
``` | ||
|
||
Upload a new beta build to TestFlight (for CI machine) | ||
|
||
### ios app_store | ||
|
||
```sh | ||
[bundle exec] fastlane ios app_store | ||
``` | ||
fastlane ios app_store | ||
``` | ||
|
||
Upload a new build to the App Store | ||
|
||
### ios new_version | ||
|
||
```sh | ||
[bundle exec] fastlane ios new_version | ||
``` | ||
fastlane ios new_version | ||
``` | ||
|
||
Create a new app version (major, minor, patch) by bumping the version number | ||
|
||
### ios refresh_dsyms | ||
|
||
```sh | ||
[bundle exec] fastlane ios refresh_dsyms | ||
``` | ||
fastlane ios refresh_dsyms | ||
``` | ||
|
||
|
||
|
||
---- | ||
|
||
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run. | ||
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). | ||
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools). | ||
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. | ||
|
||
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). | ||
|
||
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters