fastlane-plugin-test_center 3.8.12 → 3.8.13

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: 5612e4fead3c9b1f5e930c3d355545fcc880e24d95f4e138a044591d916e2f25
4
- data.tar.gz: 11b8481e1a0e6551e01e390562d359f254b3b732a28e2cb65b0696ece46d3f6e
3
+ metadata.gz: c149250cec69062041bc05b9156a4fa1461ef8bd27f6791bb99bf0a15223b4f6
4
+ data.tar.gz: 57f956de2571a2d355a377458c6b06079d9a7627e4c57daab08b6fdfb2bb9bab
5
5
  SHA512:
6
- metadata.gz: fb025e1f65a17a93dab24a9f6dfb314292f44ca4d66ec2a59d3ee0a9c645be3e1bb3cf1368f434048593117fdbc57d29486b7c1d4166b96618792f26a73e8c36
7
- data.tar.gz: b205a68c982c288613c1034d3e576bd64899b5df4725041bdc8e092cd433a950bd0eff0c36b6ffd57d85049c78adb16aac563b2083a2f5b1f888213d9693e07d
6
+ metadata.gz: 7c003f0ddfd41a3d1d428e65a9418ca3595285a5298d66e4435b09d4bde506f4a9a7519cc3916177331f855561598b2ee5dcc6d78450f911cd05f58253697c0f
7
+ data.tar.gz: b6ac34fb6296bc83247497caf6b576bb5a77c72bc32420a2b57779c6f2dc671d6a53f621947d5b9281ccce8aa6a7e920c93f380957952bea583e07f987e2cdaa
@@ -170,9 +170,10 @@ module Fastlane
170
170
  end
171
171
 
172
172
  def self.prepare_scan_options_for_build_for_testing(scan_options)
173
+ build_options = scan_options.merge(build_for_testing: true).reject { |k| k == :test_without_building }
173
174
  Scan.config = FastlaneCore::Configuration.create(
174
175
  Fastlane::Actions::ScanAction.available_options,
175
- ScanHelper.scan_options_from_multi_scan_options(scan_options.merge(build_for_testing: true))
176
+ ScanHelper.scan_options_from_multi_scan_options(build_options)
176
177
  )
177
178
  values = Scan.config.values(ask: false)
178
179
  values[:xcode_path] = File.expand_path("../..", FastlaneCore::Helper.xcode_path)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.8.12"
3
+ VERSION = "3.8.13"
4
4
  end
5
5
  end
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.12
4
+ version: 3.8.13
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-23 00:00:00.000000000 Z
11
+ date: 2019-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json