Skip to content

Commit 20c24e8

Browse files
authored
Merge pull request #13 from Microsoft/hotfix/xcode-license
remove license acceptance in Xcode resource
2 parents 859fa5c + 40df341 commit 20c24e8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description 'Resources for configuring and provisioning macOS'
66
long_description 'Resources for configuring and provisioning macOS'
77
chef_version '~> 13.0' if respond_to?(:chef_version)
8-
version '0.8.3'
8+
version '0.9.0'
99

1010
source_url 'https://github.com/Microsoft/macos-cookbook'
1111
issues_url 'https://github.com/Microsoft/macos-cookbook/issues'

resources/xcode.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
command "#{xcversion_command} install '#{xcversion_version(new_resource.version)}'"
3232
not_if { xcode_already_installed?(new_resource.version) }
3333
end
34-
35-
execute 'accept license' do
36-
command '/usr/bin/xcodebuild -license accept'
37-
end
3834
end
3935

4036
action :install_simulators do

0 commit comments

Comments
 (0)