app-tools 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/kcpass +1 -1
- data/bin/upload2itunes +1 -2
- data/lib/app_tools/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18298ebbd64547a18ef52b948d813d351a50ff62
|
4
|
+
data.tar.gz: 71e65d1f32fc3080f5b52a3043bf8c7214ec73fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2c846a6d08274d1d287205bca791e1bc9b23ea40f1f58408b73633552542ffe87b19e0fd208e66021c9035868bab4b304ae7314ed2819c99f8b59d2fa372ef5
|
7
|
+
data.tar.gz: b555b32d7ac150333bf9e07ab23cb137d71e3062d2f15a9a9ac6c10db08fb2c35966c8a8c961d4e6e63339f74a992ca99d1a2633c8c72f8a0268693b5b0c307b
|
data/bin/kcpass
CHANGED
@@ -68,7 +68,7 @@ module AppTools
|
|
68
68
|
on("-u", "--itunes-user USER", "iTunesConnect user")
|
69
69
|
on("-p", "--itunes-password PASSWORD", "iTunesConnect password")
|
70
70
|
|
71
|
-
arg :action, "An action either add, delete or
|
71
|
+
arg :action, "An action either add, delete or find", :require
|
72
72
|
|
73
73
|
use_log_level_option :toggle_debug_on_signal => 'USR1'
|
74
74
|
|
data/bin/upload2itunes
CHANGED
@@ -78,8 +78,7 @@ module AppTools
|
|
78
78
|
File.open(itmsp_path + '/metadata.xml', 'w') { |file| file.write(metadata_xml) }
|
79
79
|
|
80
80
|
itmstransporter = "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
|
81
|
-
|
82
|
-
IO.popen([itmstransporter, '-m', 'upload', '-u', itunes_user, '-p', safe_password, '-f', itmsp_path]) do |io|
|
81
|
+
IO.popen([itmstransporter, '-m', 'upload', '-u', itunes_user, '-p', itunes_password, '-f', itmsp_path]) do |io|
|
83
82
|
while not io.eof?
|
84
83
|
puts io.readline()
|
85
84
|
end
|
data/lib/app_tools/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: app-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Lyon-Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|