mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
1.1 KiB
1.1 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 apikey
[bundle exec] fastlane ios apikey
Set AppStore Connect API KEY using the provided environment variables.
ios release
[bundle exec] fastlane ios release
Push a new release build to AppStore Connect for manual submission to TestFlight beta testing or App Store Release.
ios test_env
[bundle exec] fastlane ios test_env
Test if all environment variables are present and check if API key is working properly.
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.