immich/mobile/ios/fastlane
2026-01-28 08:55:58 -05:00
..
Appfile Integrate Fastlane CI/CD (#44) 2022-03-11 10:59:31 -06:00
Fastfile feat: use fastlane sigh to manage signing profiles (#25089) 2026-01-08 03:02:21 +00:00
README.md chore: post release tasks (#25582) 2026-01-28 08:55:58 -05: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

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.