mattermost-mobile/fastlane
Elias Nahum d61fbd3180
Various fixes (#7161)
* Save message draft when post input is unmounted

* Fix switch CRT on/off

* Handle iPad on Stage Manager

* iOS Share Extension to use LRU cache instead of file cache

* Support building android as aab

* use handleReconnect instead of appEntry on handleCRTToggled

* show skin tone selector tutorial after running all interactions

* Update app/actions/remote/preference.ts

Co-authored-by: Daniel Espino García <larkox@gmail.com>

* fix lint

---------

Co-authored-by: Daniel Espino García <larkox@gmail.com>
2023-02-24 13:02:05 +02:00
..
actions Update Dependencies and bug fixes (#7000) 2023-01-24 09:14:23 +02:00
metadata Update ESR version (#6793) 2022-11-29 13:42:10 -05:00
screenshots Barebones code for v2 2020-11-17 14:20:58 -03:00
env_vars_example Barebones code for v2 2020-11-17 14:20:58 -03:00
Fastfile Various fixes (#7161) 2023-02-24 13:02:05 +02:00
Gemfile Update fastlane 2021-10-05 15:09:46 -03:00
Gemfile.lock Update Dependencies and bug fixes (#7000) 2023-01-24 09:14:23 +02: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.