We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c0e55 commit 04b889eCopy full SHA for 04b889e
resources/xcode.rb
@@ -43,7 +43,7 @@
43
next if major_version.to_i >= included_simulator_major_version
44
version = highest_semantic_simulator_version(major_version, simulator_list)
45
46
- execute "install #{version} Simulator" do
+ execute "install latest iOS #{major_version} Simulator" do
47
environment DEVELOPER_CREDENTIALS
48
command "#{xcversion_command} simulators --install='#{version}'"
49
not_if { simulator_already_installed?(version) }
0 commit comments