···11+fastlane documentation
22+----
33+44+# Installation
55+66+Make sure you have the latest version of the Xcode command line tools installed:
77+88+```sh
99+xcode-select --install
1010+```
1111+1212+For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
1313+1414+# Available Actions
1515+1616+## iOS
1717+1818+### ios load_asc_api_key
1919+2020+```sh
2121+[bundle exec] fastlane ios load_asc_api_key
2222+```
2323+2424+load App Store Connect API key
2525+2626+### ios sync_certs
2727+2828+```sh
2929+[bundle exec] fastlane ios sync_certs
3030+```
3131+3232+sync certs thing
3333+3434+### ios fetch_and_increment_build_number
3535+3636+```sh
3737+[bundle exec] fastlane ios fetch_and_increment_build_number
3838+```
3939+4040+bump build number based on latest TestFlight build number
4141+4242+### ios build
4343+4444+```sh
4545+[bundle exec] fastlane ios build
4646+```
4747+4848+build app
4949+5050+### ios beta
5151+5252+```sh
5353+[bundle exec] fastlane ios beta
5454+```
5555+5656+push a new build to TestFlight
5757+5858+----
5959+6060+This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
6161+6262+More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
6363+6464+The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).