fastlane-plugin-altool 0.1.0 → 0.1.1

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: 00717c8ef1b5ee04679d5f822f0f28c7b1dd6acb
4
- data.tar.gz: decbd97848b1d78cb02237f1065aa1361ccefedf
3
+ metadata.gz: 31cbf0c79cd47d5b96016c901e08cf5a56520adb
4
+ data.tar.gz: 789d435a7c7b630cb5b42f1b729fdbbeaa5822d8
5
5
  SHA512:
6
- metadata.gz: 50843a4dd8e57fb0e5f945accb06943a45750d8241fbf9a52d80d367970e236fecd494f20261b3d599fb6dee2623e7b7acf4b72a24fa44a0eb308cbf5a1de2ff
7
- data.tar.gz: 6bc571d35cb1870148c0e9d659764749bee80829f54c5d2a8cbea7df84d214ae71a01f2d3aea1c31a723afadb25dbb4b5079e39ffbf898364e084786ee3cf1d4
6
+ metadata.gz: 6c8fd822250092096dcb7fb3b83fe6bf06f34a38132f797c293cf3cfd26bbb0f8b05b6cc9acf2503e0b54bde110f7a766f540ce5b747301df09dfc5ad6bbc73d
7
+ data.tar.gz: e861c4376dcf19f70a9b699ac772618b51576cf2c035eea02db175bcaee80d0421e5fb95d507f9d3af040dad0fda965d8486b7f46d760d0cee9ee3d1dc7bc43a
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-altool)
4
4
 
5
+ <a href="https://travis-ci.org/Shashikant86/fastlane-plugin-altool/"><img src="https://img.shields.io/travis/Shashikant86/fastlane-plugin-altool.svg" /></a>
6
+
5
7
  ## Getting Started
6
8
 
7
9
  This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-altool`, add it to your project by running:
@@ -10,11 +10,11 @@ module Fastlane
10
10
  UI.user_error!("altool binary not found. Please check your Xcode installtion")
11
11
  end
12
12
 
13
- altool_app_type = params[:app_type]
14
- altool_ipa_path = params[:ipa_path]
13
+ altool_app_type = params[:altool_app_type]
14
+ altool_ipa_path = params[:altool_ipa_path]
15
15
  altool_usename = ENV["FASTLANE_USER"]
16
16
  altool_password = ENV['FASTLANE_PASSWORD']
17
- altool_output_format = params[:output_format]
17
+ altool_output_format = params[:altool_output_format]
18
18
 
19
19
  command = [
20
20
  "/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool",
@@ -72,7 +72,7 @@ module Fastlane
72
72
  UI.user_error!("'#{value}' doesn't seem to be an ipa file") unless value.end_with?(".ipa")
73
73
  end),
74
74
 
75
- FastlaneCore::ConfigItem.new(key: :altool_app_type,
75
+ FastlaneCore::ConfigItem.new(key: :altool_output_format,
76
76
  env_name: "ALTOOL_OUTPUT_FORMAT",
77
77
  description: "Output formal xml or normal ",
78
78
  default_value: "normal",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Altool
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-altool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-15 00:00:00.000000000 Z
11
+ date: 2018-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry