fastlane documentation ---- # Installation Make sure you have the latest version of the Xcode command line tools installed: ```sh xcode-select --install ``` For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) # Available Actions ### alpha ```sh [bundle exec] fastlane alpha ``` ### github_release ```sh [bundle exec] fastlane github_release ``` ### app_store_release ```sh [bundle exec] fastlane app_store_release ``` ### build_adhoc ```sh [bundle exec] fastlane build_adhoc ``` ### build_release ```sh [bundle exec] fastlane build_release ``` ### unit_tests ```sh [bundle exec] fastlane unit_tests ``` ### ui_tests ```sh [bundle exec] fastlane ui_tests ``` ### integration_tests ```sh [bundle exec] fastlane integration_tests ``` ---- 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).