mattermost-mobile/fastlane
Mattermost Build 836dc521b4
Fix deployment of iOS to TestFlight (#5208) (#5209)
* use API Key for iOS build & deployment

* fix api key file path

* iOS API key from p8 file instead of json

* Properly split api key on newlines

(cherry picked from commit d68cc9c5e1)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2021-03-05 15:43:50 -03:00
..
actions
metadata Move mobile app changelog to admin docs (#4835) 2020-09-24 11:36:06 -07:00
screenshots
env_vars_example
Fastfile Fix deployment of iOS to TestFlight (#5208) (#5209) 2021-03-05 15:43:50 -03:00
Gemfile Bump app build number to 278 (#4081) 2020-03-26 20:27:45 -03:00
Gemfile.lock Update fastlane and set SPACESHIP_SKIP_2FA_UPGRADE (#5190) 2021-02-25 12:19:11 -07:00
Matchfile
plist.erb MM-28336 Align hamburger menu badges (#4894) 2020-10-19 21:48:37 -03:00
Pluginfile
README.md

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.