xctest_list 1.1.3 → 1.1.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/xctest_list.rb +4 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d15c3ec3e5c7d4f9499246098a906e4aab826ce4
4
- data.tar.gz: eb1299c78b9d9b38448fd48350a913c6537f6575
3
+ metadata.gz: b135528c2930823c1b2b1c80114718e6e592ef03
4
+ data.tar.gz: c83baaf81dbc8711c4ee88783ae97adff34ecc4e
5
5
  SHA512:
6
- metadata.gz: 5a85f4abf82bf017b0c2966e578676c38e152817e507d3dd2d8dbc147c34f728f10cf4f7bdf00014a9a97a27058e182bc9c6b95929dc0525e8faab8ee9e8adaa
7
- data.tar.gz: bc891dbffd86f95282b8d515b2cdaa7f3e48b5e453f8f79d97485c5b3c26657b245d43ca49967c28ca51297b6a5ddbc6ebf1645ce61a9f430ad35b733f2d5ae5
6
+ metadata.gz: 3d490fa698a812624133584bf815898d043ecb95b529f581de5689adf149ea8e503b0e8f56a4a525f7c8f4899fca5cd6f816af0760c7ab4e7896e43bb461e1da
7
+ data.tar.gz: 5a434f60320cc64d6297825239c02ea484b8207f09b564395c06180b5bff1f1c44cc16adc800f5ec6e2dde82d0485c970e084388de27e7fd0124a373e8243a13
data/lib/xctest_list.rb CHANGED
@@ -23,6 +23,10 @@ class XCTestList
23
23
 
24
24
  xctest_binary_name = File.basename(xctest_bundle_path, '.*')
25
25
  xctest_binary_path = File.join(xctest_bundle_path, xctest_binary_name)
26
+ unless File.exist?(xctest_binary_path)
27
+ xctest_binary_path = File.join(xctest_bundle_path, 'Contents', 'MacOS', xctest_binary_name)
28
+ end
29
+
26
30
  unless File.exist?(xctest_binary_path)
27
31
  raise "Missing xctest binary: '#{xctest_binary_path}'"
28
32
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xctest_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-25 00:00:00.000000000 Z
11
+ date: 2018-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize