Back to Immich

Installation

mobile/ios/fastlane/README.md

2.7.51.1 KB
Original Source

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

sh
xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

iOS

ios gha_testflight_dev

sh
[bundle exec] fastlane ios gha_testflight_dev

iOS Development Build to TestFlight (requires separate bundle ID)

ios gha_release_prod

sh
[bundle exec] fastlane ios gha_release_prod

iOS Release to TestFlight

ios release_manual

sh
[bundle exec] fastlane ios release_manual

iOS Manual Release

ios gha_build_only

sh
[bundle exec] fastlane ios gha_build_only

iOS Build Only (no TestFlight upload)


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.