mattermost-mobile/fastlane
Mattermost Build c136f66515
Update supported ESR version (#9205) (#9291)
* Update supported ESR version

* Update supported_server.ts

* Update full_description.txt

* Update changelog

(cherry picked from commit 9dcfd149d8)

Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
2025-11-17 08:25:05 +02:00
..
actions Fix mattermost incoming webhook action for fastlane (#7262) 2023-04-04 10:26:21 -04:00
metadata Update supported ESR version (#9205) (#9291) 2025-11-17 08:25:05 +02:00
screenshots Barebones code for v2 2020-11-17 14:20:58 -03:00
.env.android.beta Update environment variable COLLECT_NETWORK_METRICS (#8505) 2025-01-22 07:55:00 -07:00
.env.android.pr revert: floating banner & low connectivity (#9254) 2025-11-04 07:15:51 -07:00
.env.android.release Update environment variable COLLECT_NETWORK_METRICS (#8505) 2025-01-22 07:55:00 -07:00
.env.default feat: Migrate to Github Actions (#7394) 2023-06-08 16:02:59 +03:00
.env.ios.beta Playbooks update (#9039) 2025-07-29 21:55:41 +08:00
.env.ios.pr revert: floating banner & low connectivity (#9254) 2025-11-04 07:15:51 -07:00
.env.ios.release attempt to fix base timeout error on fastlane for release build (#9037) 2025-07-29 00:16:06 +08:00
.env.ios.simulator Playbooks update (#9039) 2025-07-29 21:55:41 +08:00
env_vars_example Added support for self-hosted Sentry (#7230) 2023-04-19 14:58:59 -04:00
Fastfile revert: floating banner & low connectivity (#9254) 2025-11-04 07:15:51 -07:00
Gemfile Bump nokogiri from 1.18.7 to 1.18.9 in /fastlane (#9017) 2025-07-22 15:23:20 +08:00
Gemfile.lock Bump nokogiri from 1.18.7 to 1.18.9 in /fastlane (#9017) 2025-07-22 15:23:20 +08: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.