From 4701eff45f9afaa8a447afd77614e40b453bb601 Mon Sep 17 00:00:00 2001 From: dersvenhesse Date: Thu, 27 Oct 2016 23:35:52 +0200 Subject: XCode 8.1 is stable --- Library/Homebrew/os/mac/xcode.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 8ec0b91de..8d6cce171 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -26,8 +26,8 @@ module OS end def prerelease? - # TODO: bump to version >= "8.2" after Xcode 8.1 is stable. - version >= "8.1" + # TODO: bump to version >= "8.3" after Xcode 8.2 is stable. + version >= "8.2" end def outdated? -- cgit v1.2.3 From 70cc7790f66138b788cfc33ecfc7ebe7fe268a71 Mon Sep 17 00:00:00 2001 From: dersvenhesse Date: Fri, 28 Oct 2016 23:34:12 +0200 Subject: Updated latest versions since XCode 8.1 release --- Library/Homebrew/os/mac/xcode.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 8d6cce171..9f49162d5 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -15,13 +15,13 @@ module OS when "10.8" then "5.1.1" when "10.9" then "6.2" when "10.10" then "7.2.1" - when "10.11" then "8.0" - when "10.12" then "8.0" + when "10.11" then "8.1" + when "10.12" then "8.1" else raise "macOS '#{MacOS.version}' is invalid" unless OS::Mac.prerelease? # Default to newest known version of Xcode for unreleased macOS versions. - "8.0" + "8.1" end end -- cgit v1.2.3