fastlane-plugin-test_center 3.8.11 → 3.8.12

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
  SHA256:
3
- metadata.gz: 5f163d51e185b4f2182dedc485cd19e29efe7aa1a6e05c238048738011255a12
4
- data.tar.gz: 1be25dd1130e5f77d7362a8598d8d7467866722ea1b8b38ff1747364645de5d4
3
+ metadata.gz: 5612e4fead3c9b1f5e930c3d355545fcc880e24d95f4e138a044591d916e2f25
4
+ data.tar.gz: 11b8481e1a0e6551e01e390562d359f254b3b732a28e2cb65b0696ece46d3f6e
5
5
  SHA512:
6
- metadata.gz: c3a2f416186c88d7309186f6084c975f93aef347634695923e7e178924974347c14459b7e3d04df56b87377e1b3f83f92d6b0702b19a73faedfbac7094e79afe
7
- data.tar.gz: 958eaca60595e81126690f498db4884fc8ef631f85270979111a65cd81b5786d5bf3d9d16ab199b915cf115f3e64bb4fbb2fb83609b33edccc1cb715162e53b4
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)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.8.11"
3
+ VERSION = "3.8.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-test_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.11
4
+ version: 3.8.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson