Back to Whisperkit

Installation

fastlane/README.md

1.0.01.0 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

iOS

ios list_devices

sh
[bundle exec] fastlane ios list_devices

List all connected devices

ios benchmark

sh
[bundle exec] fastlane ios benchmark

Benchmark devices with options

ios extract_results

sh
[bundle exec] fastlane ios extract_results

Extract benchmark results

ios upload_results

sh
[bundle exec] fastlane ios upload_results

Upload benchmark results


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.