| .. | ||
| Appfile | ||
| Fastfile | ||
| Pluginfile | ||
| README.md | ||
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 deployInternalFirebase
[bundle exec] fastlane android deployInternalFirebase
Submit a new Internal Build to Firebase
Optionally release notes can be added like so:
[bundle exec] fastlane deployInternalFirebase release_notes:testing
android buildReleaseApk
[bundle exec] fastlane android buildReleaseApk
android deployProdPlayStore
[bundle exec] fastlane android deployProdPlayStore
Submit a new Production Build to Play Store
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.