fastlane-plugin-create_simulator_devices 0.0.14 → 0.0.15

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: d67f3fc97805357d10286a81d1d7fcbf18ede6af69da32b176c6fcd73ab72a2f
4
- data.tar.gz: baf9ecd15c0dc7fbc66c413f61d48f44bf37a6ff32963fb4647cdcf9b586bdeb
3
+ metadata.gz: 6b2c73d26a678b6c2871d2749da24233ff2d889d4b089eee2cbf25edf5b8de4d
4
+ data.tar.gz: 16a9a49267d3820cac3ca95ee16160657f589d785bf56b040d37ae9b92b8c865
5
5
  SHA512:
6
- metadata.gz: 8de8e706a371d863ee1646ca85c899ee96c42ce7f94a2c6bb97fabbc579b03af429ddc439356ea7a6d429507e0ccc4c21fda66007ffef6a16fd6925e99ef033f
7
- data.tar.gz: ddd40fb588c98656bae804668cc5ee899af6c09fc660a629edc6a6c443f431832375a0e3930dcb27ebc89153d325780386961dc8e4fececb877fb16b2488648a
6
+ metadata.gz: ca21d83129049ad9a69689ed417bf4b333b55b3a08facc8c09d2992bf475da42818b53367a28a56423c8887073c5922f883d433c36688f79f44165c744e6a072
7
+ data.tar.gz: 145a144f2da681665e846dfdc7a348ef52883df996f64c6498d17a08edb6fe86c9959e119a5bb16d51b6ae2c8f64cb21831db666603eb9bc2fbb5567939a063a
@@ -44,7 +44,7 @@ module Fastlane
44
44
  end
45
45
 
46
46
  # Install missing runtimes if needed.
47
- runtime_helper.install_missing_runtimes(required_devices)
47
+ runtime_helper.install_missing_runtimes(required_devices, remove_cached_runtimes: remove_cached_runtimes)
48
48
 
49
49
  # Create missing devices for required devices.
50
50
  create_missing_devices(required_devices)
@@ -39,7 +39,7 @@ module Fastlane
39
39
  shell_helper.simctl_devices_for_runtimes(force: true)
40
40
  end
41
41
 
42
- def install_missing_runtimes(required_devices)
42
+ def install_missing_runtimes(required_devices, remove_cached_runtimes:)
43
43
  needed_runtimes = required_devices.filter_map(&:required_runtime).uniq
44
44
 
45
45
  missing_runtimes = missing_runtimes(needed_runtimes)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module CreateSimulatorDevices
5
- VERSION = '0.0.14'
5
+ VERSION = '0.0.15'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-create_simulator_devices
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitalii Budnik