Revert "Revert "xcode: use 6.1 on Mavericks.""
This reverts commit 2b472a6e2634a7b7592abb7084b20a098f4a488b.
This commit is contained in:
parent
cb09660516
commit
e5e206f4f1
@ -13,7 +13,7 @@ module OS
|
||||
when "10.6" then "3.2.6"
|
||||
when "10.7" then "4.6.3"
|
||||
when "10.8" then "5.1.1"
|
||||
when "10.9" then "6.0.1"
|
||||
when "10.9" then "6.1"
|
||||
when "10.10" then "6.1"
|
||||
else
|
||||
# Default to newest known version of Xcode for unreleased OSX versions.
|
||||
@ -161,7 +161,7 @@ module OS
|
||||
def latest_version
|
||||
case MacOS.version
|
||||
when "10.10" then "600.0.54"
|
||||
when "10.9" then "600.0.51"
|
||||
when "10.9" then "600.0.54"
|
||||
when "10.8" then "503.0.40"
|
||||
else
|
||||
"425.0.28"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user