Skip to content

Commit 713737e

Browse files
authored
Merge pull request #1384 from dersvenhesse/patch-1
XCode 8.1 is stable
2 parents 4284b82 + 70cc779 commit 713737e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Library/Homebrew/os/mac/xcode.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ def latest_version
1515
when "10.8" then "5.1.1"
1616
when "10.9" then "6.2"
1717
when "10.10" then "7.2.1"
18-
when "10.11" then "8.0"
19-
when "10.12" then "8.0"
18+
when "10.11" then "8.1"
19+
when "10.12" then "8.1"
2020
else
2121
raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease?
2222

2323
# Default to newest known version of Xcode for unreleased macOS versions.
24-
"8.0"
24+
"8.1"
2525
end
2626
end
2727

2828
def prerelease?
29-
# TODO: bump to version >= "8.2" after Xcode 8.1 is stable.
30-
version >= "8.1"
29+
# TODO: bump to version >= "8.3" after Xcode 8.2 is stable.
30+
version >= "8.2"
3131
end
3232

3333
def outdated?

0 commit comments

Comments
 (0)