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 ## iOS ### ios version ```sh [bundle exec] fastlane ios version ``` Show the version Fastlane will stamp into the next TestFlight archive ### ios create_ci_signing ```sh [bundle exec] fastlane ios create_ci_signing ``` Create CI signing certificate/profile and write ignored secret material under build/signing ### ios beta ```sh [bundle exec] fastlane ios beta ``` Build Sybil and upload it to TestFlight ---- 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).