fastlane_core 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1aab3eb194c1d70e8ecabbb26e69c2bbb8282e61
|
4
|
+
data.tar.gz: 665564a58d21617e7ee39884ef8851d82df9dc79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 336fea181bb75f59a3159abc2a28ab743c0b9ec26eeb586025fc9d3d491262e59d90b2a8ef39852a03d1156dd1551ed36e7eb89d4002d45712678202072a7235
|
7
|
+
data.tar.gz: 943bf036c7ddb74eb9fc303aaf2fe826b73b2be3ba2b2d77480a26fbe6de3494b42618f924ed6c09b0decbefcaa7423ba35803034a8a55e4cb2fa1bfd929c682
|
data/lib/fastlane_core/helper.rb
CHANGED
@@ -68,12 +68,7 @@ module FastlaneCore
|
|
68
68
|
|
69
69
|
# @return the full path to the iTMSTransporter executable
|
70
70
|
def self.transporter_path
|
71
|
-
|
72
|
-
if File.file?(itms_path)
|
73
|
-
return itms_path
|
74
|
-
else
|
75
|
-
return self.xcode_path + '../Applications/Application\ Loader.app/Contents/itms/bin/iTMSTransporter'
|
76
|
-
end
|
71
|
+
File.join(self.xcode_path, '../Applications/Application\ Loader.app/Contents/MacOS/itms/bin/iTMSTransporter')
|
77
72
|
end
|
78
73
|
|
79
74
|
def self.fastlane_enabled?
|