mattermost-mobile/fastlane
2018-08-16 08:56:29 -03:00
..
actions Fastlane sign with iCloud (#1663) 2018-05-11 18:06:09 -03:00
metadata [MM-11083] Change App icons for android (#1945) 2018-07-31 17:04:34 -04:00
screenshots Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
env_vars_example RN-545: Builds, uploads to S3, notififes channel. (#1330) 2018-01-10 16:26:05 -05:00
Fastfile Update fastlane and mattermost-redux (#2011) 2018-08-16 08:56:29 -03:00
Gemfile RN-545: Builds, uploads to S3, notififes channel. (#1330) 2018-01-10 16:26:05 -05:00
Gemfile.lock Update fastlane and mattermost-redux (#2011) 2018-08-16 08:56:29 -03:00
Matchfile Make fastlane generic (#1328) 2018-01-04 12:49:19 -03:00
plist.erb RN-545: Builds, uploads to S3, notififes channel. (#1330) 2018-01-10 16:26:05 -05: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.