1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/fastlane
Dean Herbert f47748591a Update fastlane to latest release
This pulls in the fix from souyuz to allow us to bring things up-to-date
 again (see https://github.com/voydz/souyuz/pull/36#event-6033249116).

Have tested builds locally to work as expected.
2022-02-10 12:12:14 +09:00
..
Appfile Fastlane initial setup 2019-03-01 15:35:40 +09:00
Fastfile nuget restore other rulesets 2021-01-18 23:45:57 +09:00
Matchfile Fastlane initial setup 2019-03-01 15:35:40 +09:00
Pluginfile Add nuget restore 2019-03-01 16:02:43 +09:00
README.md Update fastlane to latest release 2022-02-10 12:12:14 +09:00

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

Android

android beta

[bundle exec] fastlane android beta

Deploy to play store

android build_github

[bundle exec] fastlane android build_github

Deploy to github release

android build

[bundle exec] fastlane android build

Compile the project

android update_version

[bundle exec] fastlane android update_version

iOS

ios beta

[bundle exec] fastlane ios beta

Deploy to testflight

ios build

[bundle exec] fastlane ios build

Compile the project

ios provision

[bundle exec] fastlane ios provision

Install provisioning profiles using match

ios update_version

[bundle exec] fastlane ios update_version

ios testflight_prune_dry

[bundle exec] fastlane ios testflight_prune_dry

ios testflight_prune

[bundle exec] fastlane ios testflight_prune

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.