fastlane-plugin-test_center 3.8.11 → 3.8.12
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: 5612e4fead3c9b1f5e930c3d355545fcc880e24d95f4e138a044591d916e2f25
|
4
|
+
data.tar.gz: 11b8481e1a0e6551e01e390562d359f254b3b732a28e2cb65b0696ece46d3f6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb025e1f65a17a93dab24a9f6dfb314292f44ca4d66ec2a59d3ee0a9c645be3e1bb3cf1368f434048593117fdbc57d29486b7c1d4166b96618792f26a73e8c36
|
7
|
+
data.tar.gz: b205a68c982c288613c1034d3e576bd64899b5df4725041bdc8e092cd433a950bd0eff0c36b6ffd57d85049c78adb16aac563b2083a2f5b1f888213d9693e07d
|
@@ -59,7 +59,7 @@ module Fastlane
|
|
59
59
|
tmp_collated_bundlepath = File.join(dir, File.basename(collated_bundlepath))
|
60
60
|
xcresulttool_cmd = 'xcrun xcresulttool merge '
|
61
61
|
xcresulttool_cmd += tmp_xcresult_bundlepaths.map(&:shellescape).join(' ')
|
62
|
-
xcresulttool_cmd += " --output-path #{tmp_collated_bundlepath}"
|
62
|
+
xcresulttool_cmd += " --output-path #{tmp_collated_bundlepath.shellescape}"
|
63
63
|
UI.message(xcresulttool_cmd)
|
64
64
|
sh(xcresulttool_cmd)
|
65
65
|
FileUtils.safe_unlink(tmp_xcresult_bundlepaths)
|