Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.09 KB

File metadata and controls

64 lines (39 loc) · 1.09 KB

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 ut

[bundle exec] fastlane ios ut

Runs the unit tests of FootballGather

ios ui

[bundle exec] fastlane ios ui

Runs the UI tests of FootballGather

ios screenshots

[bundle exec] fastlane ios screenshots

Takes screenshots

ios distribute_release_app

[bundle exec] fastlane ios distribute_release_app

Distributes IPA to AppStore

ios bump_versions

[bundle exec] fastlane ios bump_versions

Bumps the app versions


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.