Skip to content

Commit 04b889e

Browse files
committed
update execute block name for clarity
1 parent 16c0e55 commit 04b889e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/xcode.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
next if major_version.to_i >= included_simulator_major_version
4444
version = highest_semantic_simulator_version(major_version, simulator_list)
4545

46-
execute "install #{version} Simulator" do
46+
execute "install latest iOS #{major_version} Simulator" do
4747
environment DEVELOPER_CREDENTIALS
4848
command "#{xcversion_command} simulators --install='#{version}'"
4949
not_if { simulator_already_installed?(version) }

0 commit comments

Comments
 (0)