fastlane 2.127.0.beta.20190628200030 → 2.127.0.beta.20190629200029

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cae1594f18246aa49506efa81ac0627d7788d542
4
- data.tar.gz: 328773eff37984657eeac77467f4f5aad16f4467
3
+ metadata.gz: 75e5eb6fdccec47c51138f58a7754ea03754815f
4
+ data.tar.gz: 1221c57b0e383bf7e6e6662f7d3ebf29e4f3be5f
5
5
  SHA512:
6
- metadata.gz: 38a36de63cfbda22e46caaeb8cbe9ac55180c9cf697b03c87e597fa1eeb705ffbdf43106f483f94c211ec9e20912c102b374d9ed93153eac1959c170cebb7467
7
- data.tar.gz: 6391892fc7aad69ef9c7066217df39cd3e632d5764a925a16e318f8f5c674c71463ff4ca5e8e068ed40008c3179b8c2ef4159fdfaea57964dc466b5a2c2e8666
6
+ metadata.gz: b1b841794e64d0ce1b0a7db06154cdaf390cb940b88c1e5c72a55525b305a9304842fd769368f650dafdddfcd49fe78631c831e31f4161f304a2b3fdbe18ee23
7
+ data.tar.gz: 73ac615a2c5eb3330bb7681c7bbabcae9b13010e475b823243b7a1a6dbdaa345890630a076c85666778f40e503eee5d8f4fca6bb7a00574e03c5afea4760c354
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.127.0.beta.20190628200030'.freeze
2
+ VERSION = '2.127.0.beta.20190629200029'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  RUBOCOP_REQUIREMENT = '0.49.1'.freeze
@@ -202,9 +202,15 @@ module FastlaneCore
202
202
  return ENV["FASTLANE_ITUNES_TRANSPORTER_PATH"] if FastlaneCore::Env.truthy?("FASTLANE_ITUNES_TRANSPORTER_PATH")
203
203
 
204
204
  if self.mac?
205
+ # First check for manually install iTMSTransporter
206
+ user_local_itms_path = "/usr/local/itms"
207
+ return user_local_itms_path if File.exist?(user_local_itms_path)
208
+
209
+ # Then check for iTMSTransporter in the Xcode path
205
210
  [
206
211
  "../Applications/Application Loader.app/Contents/MacOS/itms",
207
- "../Applications/Application Loader.app/Contents/itms"
212
+ "../Applications/Application Loader.app/Contents/itms",
213
+ "../SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms" # For Xcode 11
208
214
  ].each do |path|
209
215
  result = File.expand_path(File.join(self.xcode_path, path))
210
216
  return result if File.exist?(result)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.127.0.beta.20190628200030
4
+ version: 2.127.0.beta.20190629200029
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Ellis
@@ -27,7 +27,7 @@ authors:
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-06-28 00:00:00.000000000 Z
30
+ date: 2019-06-29 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: slack-notifier
@@ -1735,24 +1735,24 @@ metadata:
1735
1735
  post_install_message:
1736
1736
  rdoc_options: []
1737
1737
  require_paths:
1738
+ - fastlane/lib
1739
+ - scan/lib
1738
1740
  - frameit/lib
1739
- - deliver/lib
1740
- - pilot/lib
1741
- - match/lib
1742
- - spaceship/lib
1743
1741
  - fastlane_core/lib
1744
- - sigh/lib
1745
- - scan/lib
1746
1742
  - snapshot/lib
1747
- - credentials_manager/lib
1748
- - fastlane/lib
1743
+ - pilot/lib
1749
1744
  - pem/lib
1750
- - cert/lib
1745
+ - deliver/lib
1751
1746
  - screengrab/lib
1752
- - precheck/lib
1753
- - produce/lib
1754
1747
  - gym/lib
1748
+ - credentials_manager/lib
1749
+ - produce/lib
1755
1750
  - supply/lib
1751
+ - cert/lib
1752
+ - precheck/lib
1753
+ - spaceship/lib
1754
+ - match/lib
1755
+ - sigh/lib
1756
1756
  required_ruby_version: !ruby/object:Gem::Requirement
1757
1757
  requirements:
1758
1758
  - - ">="