mattermost-mobile/fastlane
Manoj Malik 62258b5d64
Added the functionality to create .aab file along with .apk file (#5884)
* Added the functionality to create .aab file along with .apk file

* Added the logic to decide the type of Android build based on env var
Added .aab in .gitignore file
Added env var in the env_vars_example file

* Review fixes: Changed the name and type of env var along with some refactoring

* Update fastlane/env_vars_example

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
2022-02-01 08:50:53 -03:00
..
actions Fastlane sign with iCloud (#1663) 2018-05-11 18:06:09 -03:00
metadata Update Readme intro and add logo (#5729) 2021-10-08 09:37:53 -03:00
screenshots Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
env_vars_example Added the functionality to create .aab file along with .apk file (#5884) 2022-02-01 08:50:53 -03:00
Fastfile Added the functionality to create .aab file along with .apk file (#5884) 2022-02-01 08:50:53 -03:00
Gemfile Fix Fastlane Webhook (#5424) 2021-06-04 11:00:21 -04:00
Gemfile.lock Update dependencies (#5870) 2021-12-15 16:44:35 +02:00
Matchfile Make fastlane generic (#1328) 2018-01-04 12:49:19 -03:00
plist.erb MM-28336 Align hamburger menu badges (#4894) 2020-10-19 21:48:37 -03:00
Pluginfile Fastlane update to include new build process (#2208) 2018-10-03 15:09:42 -03:00
README.md Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05: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.