Skip to content

Latest commit

 

History

History

fastlane

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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 bumpPatch

[bundle exec] fastlane ios bumpPatch

Increment the app version patch (0.0.X)

ios bumpMinor

[bundle exec] fastlane ios bumpMinor

Increment the app version minor (0.X.0)

ios bumpMajor

[bundle exec] fastlane ios bumpMajor

Increment the app version major (X.0.0)

ios bumpVersion

[bundle exec] fastlane ios bumpVersion

Increment the app's version number (required for app store build)

ios bumpBuild

[bundle exec] fastlane ios bumpBuild

Increment the app's build number

ios bumpBuildCustom

[bundle exec] fastlane ios bumpBuildCustom

ios test

[bundle exec] fastlane ios test

Runs all the tests

ios ensure_lane

[bundle exec] fastlane ios ensure_lane

ios ensureMain

[bundle exec] fastlane ios ensureMain

Make sure current branch is main

ios makeAppStoreGitTag

[bundle exec] fastlane ios makeAppStoreGitTag

Create/make app store git tag for release

ios pushGitTag

[bundle exec] fastlane ios pushGitTag

Push git tag to git upstream

ios makeAndPushReleaseTag

[bundle exec] fastlane ios makeAndPushReleaseTag

Create release git tag and push to upstream

ios release

[bundle exec] fastlane ios release

Build App Store

ios _makeAppStoreBuild

[bundle exec] fastlane ios _makeAppStoreBuild

Build app store

ios _makeMacAppStoreBuild

[bundle exec] fastlane ios _makeMacAppStoreBuild

Build app store

ios commitVersionBumpWrapper

[bundle exec] fastlane ios commitVersionBumpWrapper

Commit version bump wrapper

ios run_swiftlint

[bundle exec] fastlane ios run_swiftlint

run SwiftLint linter


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.