mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
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 decode_distribution_certificate
[bundle exec] fastlane ios decode_distribution_certificate
ios tests
[bundle exec] fastlane ios tests
Run unit tests
ios setup_uitests_assets
[bundle exec] fastlane ios setup_uitests_assets
Setup UI Tests assets
ios uitests_smoke
[bundle exec] fastlane ios uitests_smoke
Run UI Smoke Tests
ios uitests_full_regression
[bundle exec] fastlane ios uitests_full_regression
Run UI Full Regression Tests
ios uitests_performance
[bundle exec] fastlane ios uitests_performance
Run UI Performance Tests
ios deploy
[bundle exec] fastlane ios deploy
Deploy to Test Flight
ios whats_new
[bundle exec] fastlane ios whats_new
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.