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.
2 parents 859fa5c + 40df341 commit 20c24e8Copy full SHA for 20c24e8
metadata.rb
@@ -5,7 +5,7 @@
5
description 'Resources for configuring and provisioning macOS'
6
long_description 'Resources for configuring and provisioning macOS'
7
chef_version '~> 13.0' if respond_to?(:chef_version)
8
-version '0.8.3'
+version '0.9.0'
9
10
source_url 'https://github.com/Microsoft/macos-cookbook'
11
issues_url 'https://github.com/Microsoft/macos-cookbook/issues'
resources/xcode.rb
@@ -31,10 +31,6 @@
31
command "#{xcversion_command} install '#{xcversion_version(new_resource.version)}'"
32
not_if { xcode_already_installed?(new_resource.version) }
33
end
34
-
35
- execute 'accept license' do
36
- command '/usr/bin/xcodebuild -license accept'
37
- end
38
39
40
action :install_simulators do
0 commit comments