Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Latest commit

 

History

History
168 lines (104 loc) · 2.24 KB

README.md

File metadata and controls

168 lines (104 loc) · 2.24 KB

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 getAppVersion

[bundle exec] fastlane ios getAppVersion

Get App Version

ios build_for_testing

[bundle exec] fastlane ios build_for_testing

Build

ios test_without_building

[bundle exec] fastlane ios test_without_building

Runs unit tests without building

ios test

[bundle exec] fastlane ios test

Test

ios checklocalizables

[bundle exec] fastlane ios checklocalizables

Check Localizables are sorted

ios swiftformatlint

[bundle exec] fastlane ios swiftformatlint

Lint with SwiftFormat

ios lint

[bundle exec] fastlane ios lint

Lint code

ios preview

[bundle exec] fastlane ios preview

Trigger Preview

ios buildPreview

[bundle exec] fastlane ios buildPreview

Build Preview

ios deliverPreview

[bundle exec] fastlane ios deliverPreview

Deliver Preview

ios production

[bundle exec] fastlane ios production

Trigger Production

ios buildProduction

[bundle exec] fastlane ios buildProduction

Build Production

ios deliverProduction

[bundle exec] fastlane ios deliverProduction

Deliver Production

ios prototype

[bundle exec] fastlane ios prototype

Trigger Prototype

ios buildPrototype

[bundle exec] fastlane ios buildPrototype

Build Prototype

ios deliverPrototype

[bundle exec] fastlane ios deliverPrototype

Deliver Prototype

ios bumpVersion

[bundle exec] fastlane ios bumpVersion

Bump version

ios updateAppVersion

[bundle exec] fastlane ios updateAppVersion

Update app version


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.