Simon Fairbairn 13955aac92 Updates fastlane readme 5 سال پیش
..
Appfile 5b0d4a6462 Adding fastlane 9 سال پیش
Fastfile 9d1457a96a Updating Fastfile 5 سال پیش
README.md 13955aac92 Updates fastlane readme 5 سال پیش

README.md

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew install fastlane

Available Actions

iOS

ios patch

fastlane ios patch

This does the following:

  • Runs the unit tests

  • Ensures Cocoapods compatibility

  • Bumps the patch version

    ios minor

    fastlane ios minor
    

    This does the following:

  • Runs the unit tests

  • Ensures Cocoapods compatibility

  • Bumps the minor version

    ios major

    fastlane ios major
    

    This does the following:

  • Runs the unit tests

  • Ensures Cocoapods compatibility

  • Bumps the major version

    ios test

    fastlane ios test
    

ios submit_pod

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.