1.0 KiB
1.0 KiB
fastlane documentation
Installation
Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
Available Actions
iOS
ios beta
[bundle exec] fastlane ios beta
Build QueueCube for iOS and upload the archive to TestFlight
The lane uses the latest reachable git tag as MARKETING_VERSION and the git commit count as CURRENT_PROJECT_VERSION.
Set FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD in your shell before uploading.
export FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD="<app-specific password>"
fastlane ios beta
This README.md follows the format generated by fastlane.
More information about fastlane can be found on fastlane.tools.
The documentation of fastlane can be found on docs.fastlane.tools.