mattermost-mobile/fastlane
Elias Nahum db86bbc42b
Bump build to 436 (#6746)
* Revert "Downgrade mmkv and bump to 435 (#6742)"

This reverts commit 66b469bb31.

* Revert "Bump Version to 1.56.0 and build to 431 (#6723)"

This reverts commit fdee027b4a.

* Revert "[V1] update deps (#6666)"

This reverts commit 8137241f12.

* bump build to 436

* update snapshots
2022-11-08 10:19:25 +02:00
..
actions
metadata Update ESR version (#6701) 2022-11-02 09:34:12 +02:00
screenshots
env_vars_example Added the functionality to create .aab file along with .apk file (#5884) 2022-02-01 08:50:53 -03:00
Fastfile [v1] fix Fastfile for android release (#6725) 2022-11-02 12:20:41 +02:00
Gemfile Fix Fastlane Webhook (#5424) 2021-06-04 11:00:21 -04:00
Gemfile.lock Bump build to 436 (#6746) 2022-11-08 10:19:25 +02:00
Matchfile
plist.erb MM-28336 Align hamburger menu badges (#4894) 2020-10-19 21:48:37 -03:00
Pluginfile
README.md

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.