From 428e6225f54567dead9f5e28ab59b5df26f1c27d Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 8 Nov 2017 13:09:52 -0300 Subject: [PATCH] Update fastlane (#1107) --- .gitignore | 27 ++++++++++++++++++--------- fastlane/Gemfile.lock | 14 +++++++------- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 6b3e8ed0e..1b88b8c4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ assets/override dist +*.zip +server.PID +mattermost.keystore # OSX # @@ -26,28 +29,27 @@ DerivedData *.xcuserstate project.xcworkspace -# Android/IJ +# Android/IntelliJ # -*.iml +build/ .idea .gradle local.properties +*.iml # node.js # node_modules/ npm-debug.log .npminstall - -# yarn -# +yarn-error.log .yarninstall # BUCK buck-out/ \.buckd/ android/app/libs -android/keystores/debug.keystore +*.keystore # Vim [._]*.s[a-w][a-z] @@ -58,10 +60,17 @@ Session.vim *~ tags +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/ + fastlane/report.xml -*.zip -server.PID -mattermost.keystore +fastlane/Preview.html +*/fastlane/screenshots + # Sentry android/sentry.properties diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index a10f6fd13..c03459953 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -24,7 +24,7 @@ GEM faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) fastimage (2.1.0) - fastlane (2.62.0) + fastlane (2.64.0) CFPropertyList (>= 2.3, < 3.0.0) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) @@ -69,9 +69,9 @@ GEM mime-types (~> 3.0) representable (~> 3.0) retriable (>= 2.0, < 4.0) - googleauth (0.5.3) + googleauth (0.6.1) faraday (~> 0.12) - jwt (~> 1.4) + jwt (>= 1.4, < 3.0) logging (~> 2.0) memoist (~> 0.12) multi_json (~> 1.11) @@ -82,7 +82,7 @@ GEM domain_name (~> 0.5) httpclient (2.8.3) json (2.1.0) - jwt (1.5.6) + jwt (2.1.0) little-plugger (1.1.4) logging (2.2.2) little-plugger (~> 1.1) @@ -119,21 +119,21 @@ GEM terminal-notifier (1.8.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - tty-screen (0.5.0) + tty-screen (0.5.1) uber (0.1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.4) unicode-display_width (1.3.0) word_wrap (1.0.0) - xcodeproj (1.5.2) + xcodeproj (1.5.3) CFPropertyList (~> 2.3.3) claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) nanaimo (~> 0.2.3) xcpretty (0.2.8) rouge (~> 2.0.7) - xcpretty-travis-formatter (0.0.4) + xcpretty-travis-formatter (1.0.0) xcpretty (~> 0.2, >= 0.0.7) PLATFORMS