app-tools 1.11.0 → 1.12.0

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: b6eacf5d82043e7b7aed5b32b803a12ff284b661
4
- data.tar.gz: 66d9989f247056f67a5f0a781b66babfe77cc853
3
+ metadata.gz: 2f5f0ef726971c727440441b5c6b08630429f619
4
+ data.tar.gz: 550a0496be2a8d2c58f87dfcce8a4cfbd0c24207
5
5
  SHA512:
6
- metadata.gz: 678206ba7067d9fa8120aaff7b8dd080b91390975654ab5b6d1c9b8ba9799121ad23c20e58060d3668f986546237481e29f038686bff0b1ff84a2496a1a4c7ef
7
- data.tar.gz: 04ed60ffbc58384af47c10f192f38b4f34deceedf490c71ecf152df7ddcf104a9b5e961d78ed299ae4c5c98737df39f596ffe8fc962063fcc69a3bfccf08d648
6
+ metadata.gz: f479646f4d645fbfccf26da805d1ab0019db22bbe67775cd783b0a9b201710d6b8d50d82aa6fec5a25f92b0bcf65c7bdec2b52bec907b7c4a9745dfae4342816
7
+ data.tar.gz: 61b3f838460ee4e072a121d6a5debbdf354fe132f8eaae75dc9a283f099aeb58d8b352b86cd5fcce6c5ee0224182d6861cc879f567ef0d627326bba2362f845f
data/bin/xcarchive2ipa CHANGED
@@ -40,10 +40,6 @@ module AppTools
40
40
  # Copy the SwiftSupport tree
41
41
  FileUtils.cp_r xcarchive_path + '/SwiftSupport', tmp_path + '/SwiftSupport'
42
42
 
43
- # HACK: Copy the Swift libraries into the Frameworks directory to make sure they match
44
- # https://techblog.badoo.com/blog/2015/02/09/code-signing-and-distributing-swift/
45
- FileUtils.cp_r xcarchive_path + '/SwiftSupport/iphoneos', tmp_path + '/Payload/' + app_name + '/Frameworks'
46
-
47
43
  # Fix up the symbols
48
44
  app_binary = xcarchive_path + '/Products/Applications/' + app_name + '/' + app_base_name
49
45
  FileUtils.mkdir tmp_path + '/Symbols'
@@ -1,3 +1,3 @@
1
1
  module AppTools
2
- VERSION = "1.11.0"
2
+ VERSION = "1.12.0"
3
3
  end
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.11.0
4
+ version: 1.12.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-06-27 00:00:00.000000000 Z
11
+ date: 2016-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler