element-x-ios/fastlane
Stefan Ceriu 8f96dc3303 Attempt fixing session verification cancellation test flakiness and pinning the Xcode version on all workflows 2022-10-14 15:14:48 +03:00
..
Fastfile Attempt fixing session verification cancellation test flakiness and pinning the Xcode version on all workflows 2022-10-14 15:14:48 +03:00
Pluginfile Add Sentry dsym upload step for release builds 2022-06-10 14:18:37 +03:00
README.md Ignore vendor folder, add app-store release lane 2022-09-23 16:18:16 +03:00
changelog.rb Update some copyright headers 2022-09-28 12:56:10 +03:00

README.md

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

alpha

[bundle exec] fastlane alpha

github_release

[bundle exec] fastlane github_release

app_store_release

[bundle exec] fastlane app_store_release

build_adhoc

[bundle exec] fastlane build_adhoc

build_release

[bundle exec] fastlane build_release

unit_tests

[bundle exec] fastlane unit_tests

ui_tests

[bundle exec] fastlane ui_tests

integration_tests

[bundle exec] fastlane integration_tests

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.