xcode: Xcode 5.0 is the latest on 10.8.

This commit is contained in:
Mike McQuaid 2013-10-04 09:55:26 +01:00
parent 929a9f8b4c
commit ee79f31516

View File

@ -22,7 +22,8 @@ module MacOS::Xcode extend self
when "10.4" then "2.5"
when "10.5" then "3.1.4"
when "10.6" then "3.2.6"
when "10.7", "10.8" then "4.6.3"
when "10.7" then "4.6.3"
when "10.8" then "5.0"
when "10.9" then "5.0"
else
# Default to newest known version of Xcode for unreleased OSX versions.