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 documentation

[bundle exec] fastlane ios documentation

Generate documentation

ios lint

[bundle exec] fastlane ios lint

Run SwiftLint

ios test

[bundle exec] fastlane ios test

Run unit tests

ios ensure_release_ready

[bundle exec] fastlane ios ensure_release_ready

Ensure that the repo is valid for release

ios version

[bundle exec] fastlane ios version

Create a new version

ios docc

[bundle exec] fastlane ios docc

Build documentation for all platforms

ios docc_platform

[bundle exec] fastlane ios docc_platform

Build documentation for a single platform

ios docc_delete_derived_data

[bundle exec] fastlane ios docc_delete_derived_data

Delete documentation derived data (may be historic duplicates)

ios docc_web

[bundle exec] fastlane ios docc_web

Build static documentation websites for all platforms

ios docc_web_platform

[bundle exec] fastlane ios docc_web_platform

Build static documentation website for a single platform


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.