mattermost-mobile/fastlane
enahum fb773f04cb Multiple performance improvements (#956)
* Update fastlane

* Multiple performance improvements

* Feedback review

* Feedback review
2017-10-02 16:03:13 -03:00
..
actions Renaming the bundle and package Ids (#721) 2017-07-07 16:37:05 -04:00
metadata Release 1.2 (#883) 2017-09-05 16:13:33 -03:00
screenshots Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
Fastfile Update make scripts and fastlane (#908) 2017-09-18 14:34:54 -04:00
Gemfile Renaming the bundle and package Ids (#721) 2017-07-07 16:37:05 -04:00
Gemfile.lock Multiple performance improvements (#956) 2017-10-02 16:03:13 -03:00
Matchfile PLT-5489 About Mattermost (#406) 2017-03-27 17:05:33 -03:00
Pluginfile Renaming the bundle and package Ids (#721) 2017-07-07 16:37:05 -04: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.