SwiftyMarkdown/fastlane/README.md

1.4 KiB

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 patch

[bundle exec] fastlane ios patch

This does the following:

  • Runs the unit tests

  • Ensures Cocoapods compatibility

  • Bumps the patch version

ios minor

[bundle exec] fastlane ios minor

This does the following:

  • Runs the unit tests

  • Ensures Cocoapods compatibility

  • Bumps the minor version

ios major

[bundle exec] fastlane ios major

This does the following:

  • Runs the unit tests

  • Ensures Cocoapods compatibility

  • Bumps the major version

ios test

[bundle exec] fastlane ios test

ios submit_pod

[bundle exec] fastlane ios submit_pod

Push the repo to remote and submits the Pod to the given spec repository. Do this after running update to run tests, bump versions, and commit changes.


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.