fastlane-plugin-altool 0.1.1 → 0.1.2

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: 31cbf0c79cd47d5b96016c901e08cf5a56520adb
4
- data.tar.gz: 789d435a7c7b630cb5b42f1b729fdbbeaa5822d8
3
+ metadata.gz: 871d9ef73a44d46b086e7603c547c620f86ce67d
4
+ data.tar.gz: 6336407053a68fb6ed312049e7fb1ca068e992c7
5
5
  SHA512:
6
- metadata.gz: 6c8fd822250092096dcb7fb3b83fe6bf06f34a38132f797c293cf3cfd26bbb0f8b05b6cc9acf2503e0b54bde110f7a766f540ce5b747301df09dfc5ad6bbc73d
7
- data.tar.gz: e861c4376dcf19f70a9b699ac772618b51576cf2c035eea02db175bcaee80d0421e5fb95d507f9d3af040dad0fda965d8486b7f46d760d0cee9ee3d1dc7bc43a
6
+ metadata.gz: 7cfc449d858c9e367dc91e7c8e13c7f7ffc0ce1ecbbe1d491229bcbfd1ba483ce342888fecde7112451127d4edefc42158a8f12e97529b7ed6eef4e608ec39aa
7
+ data.tar.gz: 2332ccfc511d28c4b3578b13f88a8736622bdbb71a7561fe552e270e44dbf15ee092dae174f82c74f29a6050a584fafbd0fe215d5acb944d36c1ad1538a7abed
@@ -5,8 +5,8 @@ module Fastlane
5
5
  module Actions
6
6
  class AltoolAction < Action
7
7
  def self.run(params)
8
- altool_path("/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool")
9
- unless File.exist?(altool_path)
8
+ altool_path = "/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool"
9
+ unless File.exist? altool_path
10
10
  UI.user_error!("altool binary not found. Please check your Xcode installtion")
11
11
  end
12
12
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Altool
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-altool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap