From 24eb1b0ed6231cdbc476609249f82c63f81f0412 Mon Sep 17 00:00:00 2001 From: Piergiuseppe Longo Date: Fri, 31 Mar 2017 18:11:08 +0200 Subject: [PATCH] Update fastlane to last version --- Gemfile.lock | 44 ++++++++++++++++++++++---------------------- fastlane/README.md | 29 ++++++++++++++++++++++++++--- 2 files changed, 48 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6f6a48f..55ea4f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,40 +1,38 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (2.3.4) - activesupport (4.2.7.1) + CFPropertyList (2.3.5) + activesupport (4.2.8) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.0) + addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) babosa (1.0.2) claide (1.0.1) colored (1.2) - commander (4.4.3) + commander-fastlane (4.4.4) highline (~> 1.7.2) - domain_name (0.5.20161129) + domain_name (0.5.20170223) unf (>= 0.0.5, < 1.0.0) - dotenv (2.1.2) - excon (0.54.0) + dotenv (2.2.0) + excon (0.55.0) faraday (0.11.0) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.6) faraday (>= 0.7.4) http-cookie (~> 1.0.0) - faraday_middleware (0.11.0) + faraday_middleware (0.11.0.1) faraday (>= 0.7.4, < 1.0) - fastimage (2.0.1) - addressable (~> 2) - fastlane (2.9.0) + fastimage (2.1.0) + fastlane (2.24.0) activesupport (< 5) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) - bundler (~> 1.12) + bundler (>= 1.12.0, < 2.0.0) colored - commander (>= 4.4.0, < 5.0.0) + commander-fastlane (>= 4.4.0, < 5.0.0) dotenv (>= 2.1.1, < 3.0.0) excon (>= 0.45.0, < 1.0.0) faraday (~> 0.9) @@ -55,12 +53,13 @@ GEM slack-notifier (>= 1.3, < 2.0.0) terminal-notifier (>= 1.6.2, < 2.0.0) terminal-table (>= 1.4.5, < 2.0.0) + tty-screen (~> 0.5.0) word_wrap (~> 1.0.0) xcodeproj (>= 0.20, < 2.0.0) xcpretty (>= 0.2.4, < 1.0.0) xcpretty-travis-formatter (>= 0.0.3) gh_inspector (1.0.3) - google-api-client (0.9.23) + google-api-client (0.9.28) addressable (~> 2.3) googleauth (~> 0.5) httpclient (~> 2.7) @@ -82,11 +81,11 @@ GEM domain_name (~> 0.5) httpclient (2.8.3) hurley (0.2) - i18n (0.7.0) - json (1.8.6) + i18n (0.8.1) + json (2.0.3) jwt (1.5.6) little-plugger (1.1.4) - logging (2.1.0) + logging (2.2.0) little-plugger (~> 1.1) multi_json (~> 1.10) memoist (0.15.0) @@ -106,7 +105,7 @@ GEM uber (~> 0.0.7) retriable (2.1.0) rouge (1.11.1) - rubyzip (1.2.0) + rubyzip (1.2.1) security (0.1.3) signet (0.7.3) addressable (~> 2.3) @@ -117,8 +116,9 @@ GEM terminal-notifier (1.7.1) terminal-table (1.7.3) unicode-display_width (~> 1.1.1) - thread_safe (0.3.5) - tzinfo (1.2.2) + thread_safe (0.3.6) + tty-screen (0.5.0) + tzinfo (1.2.3) thread_safe (~> 0.1) uber (0.0.15) unf (0.1.4) @@ -144,4 +144,4 @@ DEPENDENCIES fastlane BUNDLED WITH - 1.14.0 + 1.14.3 diff --git a/fastlane/README.md b/fastlane/README.md index 8e0c906..c73dda2 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -1,9 +1,32 @@ fastlane documentation ================ # Installation + +Make sure you have the latest version of the Xcode command line tools installed: + ``` -sudo gem install fastlane +xcode-select --install ``` + +## Choose your installation method: + + + + + + + + + + + + + + +
Homebrew +Installer Script +Rubygems +
macOSmacOSmacOS or Linux with Ruby 2.0.0 or above
brew cask install fastlaneDownload the zip file. Then double click on the install script (or run it in a terminal window).sudo gem install fastlane -NV
# Available Actions ## iOS ### ios test @@ -20,5 +43,5 @@ fastlane ios pod ---- This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run. -More information about fastlane can be found on [https://fastlane.tools](https://fastlane.tools). -The documentation of fastlane can be found on [GitHub](https://github.com/fastlane/fastlane/tree/master/fastlane). +More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). +The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).