File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55description 'Resources for configuring and provisioning macOS'
66long_description 'Resources for configuring and provisioning macOS'
77chef_version '~> 13.0' if respond_to? ( :chef_version )
8- version '0.8.2 '
8+ version '0.8.3 '
99
1010source_url 'https://github.com/Microsoft/macos-cookbook'
1111issues_url 'https://github.com/Microsoft/macos-cookbook/issues'
Original file line number Diff line number Diff line change 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 ) }
You can’t perform that action at this time.
0 commit comments