Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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 unit_tests

[bundle exec] fastlane ios unit_tests

Runs unit tests

ios integration_tests

[bundle exec] fastlane ios integration_tests

Runs integration tests

ios build_universal_framework

[bundle exec] fastlane ios build_universal_framework

Builds universal framework for release

ios export_release_xcframework

[bundle exec] fastlane ios export_release_xcframework

Export release xcframework

ios build_app_sizer

[bundle exec] fastlane ios build_app_sizer

Runs app sizer

ios release

[bundle exec] fastlane ios release

Release a new production version

ios verify

[bundle exec] fastlane ios verify

Verify next release

ios increment_version

[bundle exec] fastlane ios increment_version

Increment version

ios public_api_docs

[bundle exec] fastlane ios public_api_docs

Generates Public API Documentation

ios post_release

[bundle exec] fastlane ios post_release

Generates release tag, release notes and updates CHANGELOG.md

ios danger_tests

[bundle exec] fastlane ios danger_tests

ios build_swift_package

[bundle exec] fastlane ios build_swift_package

ios distribute_debug_sample_app

[bundle exec] fastlane ios distribute_debug_sample_app

Distribute debug sample app for internal testing

ios distribute_sample_app

[bundle exec] fastlane ios distribute_sample_app

Distribute sample app for internal testing


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.