fastlane-plugin-test_center 3.8.7 → 3.8.8
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1212b744f114a0b827ce21793747a962ecde09de459073c02b70c2078a1f18ef
|
4
|
+
data.tar.gz: 34a72aa062e7f42b8cb25aba089778bd38237943ed3ae25f141a24ecb9bb4562
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1fe9c8a701cbb357f2d639c70b2570d0e070f210d59b31a5cdf6ecd1d410854ee712563b1bd1b39aa0310c5040866f5ff33112b6e51fc9a5e23843858f832e7
|
7
|
+
data.tar.gz: d6213d9775706a8db7fb15d098cb67f7ea7ff6b78eab9a87c3cb4df4fb9878b21accd4750eeecaea9cc3005ba6cbe67b1e99ed7a5ea741a92b48fd3aa1827377
|
@@ -37,12 +37,14 @@ module Fastlane
|
|
37
37
|
Please install and select Xcode 11, and then run the command again.""")
|
38
38
|
end
|
39
39
|
xcresulttool_merge(params)
|
40
|
+
return true
|
40
41
|
end
|
41
42
|
FastlaneCore::UI.verbose("result bundles are NOT of format version 3")
|
42
43
|
return false
|
43
44
|
end
|
44
45
|
|
45
46
|
def self.xcresulttool_merge(params)
|
47
|
+
test_result_bundlepaths = params[:bundles]
|
46
48
|
collated_bundlepath = File.expand_path(params[:collated_bundle])
|
47
49
|
Dir.mktmpdir do |dir|
|
48
50
|
tmp_xcresult_bundlepaths = []
|
@@ -64,7 +66,6 @@ module Fastlane
|
|
64
66
|
FileUtils.rm_rf(collated_bundlepath)
|
65
67
|
FileUtils.cp_r(tmp_collated_bundlepath, collated_bundlepath)
|
66
68
|
UI.message("Finished collating test_result bundle to '#{collated_bundlepath}'")
|
67
|
-
return true
|
68
69
|
end
|
69
70
|
end
|
70
71
|
|
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: 3.8.
|
4
|
+
version: 3.8.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lyndsey Ferguson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|