Back to Anx Reader

Installation

macos/fastlane/README.md

1.14.01.2 KB
Original Source

fastlane documentation

Installation

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

sh
xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

sh_on_root

sh
[bundle exec] fastlane sh_on_root

fetch_dependencies

sh
[bundle exec] fastlane fetch_dependencies

build_autogenerated_code

sh
[bundle exec] fastlane build_autogenerated_code

test

sh
[bundle exec] fastlane test

Mac

mac build_mac

sh
[bundle exec] fastlane mac build_mac

mac release_app_store

sh
[bundle exec] fastlane mac release_app_store

Release a new build to Mac App Store

mac release_direct

sh
[bundle exec] fastlane mac release_direct

Build and notarize for direct distribution


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.