app-tools 1.17.2 → 1.17.3
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 +4 -4
- data/bin/resignipa +2 -0
- data/lib/app_tools/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb693931de1db587fbbe467fd7b545f9c91caf92
|
|
4
|
+
data.tar.gz: a9b912d3bf99a3c2d8a9021db5271a7216572719
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80316be8ace7c1f3c30d852505eb866257273245bf7701cc3ff4bfe43f90a643c1a0bdd1bdf4780f58fc602b03e9928ff43bedd45aa59a67b4b0da6df9ff5267
|
|
7
|
+
data.tar.gz: 7d8e88a8fc94cd9b40423cbfd78ee44319fbbd846d488ae98288be39e4f20626d970980ad8a456bb5aadbe03fe127c19711b875286b2dd0b9988ae6998d4154e
|
data/bin/resignipa
CHANGED
|
@@ -18,6 +18,8 @@ module AppTools
|
|
|
18
18
|
include Methadone::CLILogging
|
|
19
19
|
include Methadone::ExitNow
|
|
20
20
|
|
|
21
|
+
change_logger(Methadone::CLILogger.new($stderr))
|
|
22
|
+
|
|
21
23
|
main do |ipa_path|
|
|
22
24
|
unless File.exist?(ipa_path) and File.extname(ipa_path) == '.ipa'
|
|
23
25
|
exit_now! "Must supply an .ipa path to process"
|
data/lib/app_tools/version.rb
CHANGED