.. | ||
Appfile | ||
Fastfile | ||
Matchfile | ||
Pluginfile | ||
README.md | ||
report.xml |
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
beta
[bundle exec] fastlane beta
incrementVersion
[bundle exec] fastlane incrementVersion
addToTestFlight
[bundle exec] fastlane addToTestFlight
Update Certificates, Run All tests, Build app
Add tag to git, send to Testflight, slack notification
certificates
[bundle exec] fastlane certificates
adhoc_certificates
[bundle exec] fastlane adhoc_certificates
createAPNS
[bundle exec] fastlane createAPNS
firebase_test
[bundle exec] fastlane firebase_test
Distribute app via Firebase for testers
distribute_firebase
[bundle exec] fastlane distribute_firebase
Distribute app via Firebase for testers
This README.md is auto-generated and will be re-generated every time fastlane is run.
More information about fastlane can be found on fastlane.tools.
The documentation of fastlane can be found on docs.fastlane.tools.