mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 05:15:51 -06: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
Android
android test
[bundle exec] fastlane android test
Runs all the tests
android internal
[bundle exec] fastlane android internal
Submit a new internal build to Google Play
android promote_to_alpha
[bundle exec] fastlane android promote_to_alpha
Promote internal track to alpha
android alpha
[bundle exec] fastlane android alpha
Submit a new alpha build to Google Play
android promote_to_beta
[bundle exec] fastlane android promote_to_beta
Promote alpha track to beta
android beta
[bundle exec] fastlane android beta
Submit a new beta build to Google Play
android promote_to_production
[bundle exec] fastlane android promote_to_production
Promote beta track to prod
android production
[bundle exec] fastlane android production
Submit a new production build to Google Play
android github
[bundle exec] fastlane android github
Builds apks and creates a new release on GitHub
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.