mattermost-mobile/fastlane
2024-08-06 13:16:45 +03:00
..
actions Fix mattermost incoming webhook action for fastlane (#7262) 2023-04-04 10:26:21 -04:00
metadata Update README.md (#7946) 2024-05-16 08:05:49 -04:00
screenshots Barebones code for v2 2020-11-17 14:20:58 -03:00
.env.android.beta fix env var for sentry project android (#7398) 2023-06-09 10:38:16 -04:00
.env.android.pr feat: Migrate to Github Actions (#7394) 2023-06-08 16:02:59 +03:00
.env.android.release feat: Migrate to Github Actions (#7394) 2023-06-08 16:02:59 +03:00
.env.default feat: Migrate to Github Actions (#7394) 2023-06-08 16:02:59 +03:00
.env.ios.beta feat: Migrate to Github Actions (#7394) 2023-06-08 16:02:59 +03:00
.env.ios.pr feat: Migrate to Github Actions (#7394) 2023-06-08 16:02:59 +03:00
.env.ios.release feat: Migrate to Github Actions (#7394) 2023-06-08 16:02:59 +03:00
.env.ios.simulator feat: Migrate to Github Actions (#7394) 2023-06-08 16:02:59 +03:00
env_vars_example Added support for self-hosted Sentry (#7230) 2023-04-19 14:58:59 -04:00
Fastfile fix ios and android build (#8114) 2024-07-26 19:34:50 +08:00
Gemfile Bump build to 474 (#7396) 2023-06-09 09:33:15 -04:00
Gemfile.lock update fastlane (#8116) 2024-08-06 13:16:45 +03:00
Matchfile Barebones code for v2 2020-11-17 14:20:58 -03:00
plist.erb Barebones code for v2 2020-11-17 14:20:58 -03:00
Pluginfile Fix build script failure (#7740) 2024-01-08 15:06:06 +01:00
README.md Update fastlane 2021-10-05 15:09:46 -03:00

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

iOS

ios dev

fastlane ios dev

Build Release file

This will also make sure the profile is up to date

ios beta

fastlane ios beta

Submit a new Beta Build to Apple TestFlight

This will also make sure the profile is up to date

ios release

fastlane ios release

Deploy a new version to the App Store

ios build

fastlane ios build

Android

android dev

fastlane android dev

android beta

fastlane android beta

android release

fastlane android release

This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.