mattermost-mobile/fastlane
Daniel Espino García 5fae120826
Add support for review app (#6772)
* Add app review

* Use overlay instead of modal

* Add fixes for ios

* i18n-extract

* Add to milliseconds function

* Address review feedback

* Add try to queryGlobalValue

* added app review illustration

* add feedback illustration

* Add animations and feedback bot message

* Restrict reviews to build environment variable

* Fix bug with "dont ask anymore"

* Add check for only supported servers

* Add missing change

* Use for await

Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
Co-authored-by: Matthew Birtch <mattbirtch@gmail.com>
2022-11-24 18:52:15 +01:00
..
actions Barebones code for v2 2020-11-17 14:20:58 -03:00
metadata Update fastlane 2021-10-05 15:09:46 -03: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 Add support for review app (#6772) 2022-11-24 18:52:15 +01:00
Gemfile Update fastlane 2021-10-05 15:09:46 -03:00
Gemfile.lock Bump app build number to 438 (#6767) 2022-11-14 19:48:14 +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.