mattermost-mobile/fastlane
Amy Blais 35023ea389
Update supported ESR version (#7316)
* Update README.md

* Update full_description.txt

* Update changelog

* update app to alert on servers below 7.8.0

---------

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-04-28 11:56:07 -04:00
..
actions Fix mattermost incoming webhook action for fastlane (#7262) 2023-04-04 10:26:21 -04:00
metadata Update supported ESR version (#7316) 2023-04-28 11:56:07 -04:00
screenshots Barebones code for v2 2020-11-17 14:20:58 -03:00
env_vars_example Added support for self-hosted Sentry (#7230) 2023-04-19 14:58:59 -04:00
Fastfile Added localization for iOS plist files (#7303) 2023-04-21 13:57:38 -04:00
Gemfile Fix mattermost incoming webhook action for fastlane (#7262) 2023-04-04 10:26:21 -04:00
Gemfile.lock Bump app build number to 467 (#7305) 2023-04-21 17:25:10 -04: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 Barebones code for v2 2020-11-17 14:20:58 -03: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.