mattermost-mobile/fastlane
enahum 43a6600a49 Android Version Bump to 23 (#441)
* prevent fastlane from auto update

* Version Bump to 23
2017-03-31 18:18:15 -03:00
..
actions Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
metadata Update Android app fastlane metadata (#428) 2017-03-29 23:53:35 -03:00
screenshots Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
Fastfile Android Version Bump to 23 (#441) 2017-03-31 18:18:15 -03:00
Gemfile Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
Gemfile.lock IOS Version Bump to 20 (#408) 2017-03-27 23:29:39 -03:00
Matchfile PLT-5489 About Mattermost (#406) 2017-03-27 17:05:33 -03:00
Pluginfile Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05: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.