mirror-immich/mobile/ios/fastlane
bo0tzz 61cd69a286
fix: strip rc suffix from iOS marketing version (#28741)
2026-06-01 09:56:43 -05:00
..
Appfile feat: update iOS CI/CD with FUTO build credential (#28146) 2026-04-29 09:06:35 -05:00
Fastfile fix: strip rc suffix from iOS marketing version (#28741) 2026-06-01 09:56:43 -05:00
README.md chore: post release tasks (#25582) 2026-01-28 08:55:58 -05:00

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

iOS

ios gha_testflight_dev

[bundle exec] fastlane ios gha_testflight_dev

iOS Development Build to TestFlight (requires separate bundle ID)

ios gha_release_prod

[bundle exec] fastlane ios gha_release_prod

iOS Release to TestFlight

ios release_manual

[bundle exec] fastlane ios release_manual

iOS Manual Release

ios gha_build_only

[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.