fastlane-plugin-test_center 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da0572fa8a2b44960ba7c49324f4e36adb09527f
|
4
|
+
data.tar.gz: 7c6711279952bf7e5d167e7a4164996949568bf8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad441ce667c16bcb376b8f1e1bf05a75a788545ec299a0c39bbe408f999bcc68e53616e30095d99a377497309e9f875bcaca4bf9308574abcd55bd140bc25dc7
|
7
|
+
data.tar.gz: 45423e0897670299612f766f2415d213a38426f21ca012aad8f3d472ccc95b02bddc6dbc21c8a2838736960f45799d58283cec7109e08b0acc050cd22f86ea0a
|
@@ -147,6 +147,7 @@ module Fastlane
|
|
147
147
|
def self.xctest_bundle_path(xctestrun_rootpath, xctestrun_config)
|
148
148
|
xctest_host_path = xctestrun_config['TestHostPath'].sub('__TESTROOT__', xctestrun_rootpath)
|
149
149
|
xctestrun_config['TestBundlePath'].sub('__TESTHOST__', xctest_host_path)
|
150
|
+
xctestrun_config['TestBundlePath'].sub('__TESTROOT__', xctestrun_rootpath)
|
150
151
|
end
|
151
152
|
|
152
153
|
def self.testrun_path(scan_options)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-test_center
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: xcodeproj
|