app-tools 1.0.0 → 1.0.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: 9c9ce1fc27fcc35dacc124691e588ab78cdcc6d2
4
- data.tar.gz: 7632d47b6203b4e1a875bd74e0f6a785844363d2
3
+ metadata.gz: 6326905b9573269c9ed0753e38a97b5048c0f010
4
+ data.tar.gz: 92d9e9e866278888dc960b7b52afb7a98b2b8b56
5
5
  SHA512:
6
- metadata.gz: 2db5217e9c927a98d142155e0fdd392031fa384d57092c5b80d1b99255746022d5edc15b24b58d47c6c48ae9d66ebf3f9207ec3aeee7c047481a51037c8c1797
7
- data.tar.gz: 8218058a0fa74dbe869bf74b892e8d6ee3b388da6d23c0035418182c5d2fd60d9bd8bae13605e382820430822fb8b3d13b9aeda19b95729f0361d8d4628dc65a
6
+ metadata.gz: 7bc5ec29793733ecb8f02329a389f03618c45c1e28654748a2f1eef8ffa0146f78a0351001f0e3330c8712aeeea5bd41c1bd0a44323bc3db028b113a50b5de42
7
+ data.tar.gz: be7ecd38df31f223e65f554c697c30779fc2ade885d7108b8c48c5f56c67ba48365c48100cf3e7b7933627996771daa3d312c7d9a5e6e5b6903badd4d1a9f360
data/bin/xcarchive2ipa CHANGED
@@ -53,7 +53,7 @@ module AppTools
53
53
  FileUtils.rm ipa_path
54
54
  end
55
55
 
56
- `cd #{tmp_path}; zip #{ipa_rel_path} *`
56
+ `cd #{tmp_path}; zip -r #{ipa_rel_path} *`
57
57
  FileUtils.rm_rf tmp_path
58
58
  puts ipa_path
59
59
  end
@@ -1,3 +1,3 @@
1
1
  module AppTools
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lyon-Smith