forked from Ivasoft/mattermost-mobile
* 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>
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.