Xcode 4.6.3

This commit is contained in:
Jack Nagel 2013-06-13 18:22:11 -05:00
parent 313134fbe3
commit 4498db7887
2 changed files with 2 additions and 1 deletions

View File

@ -206,6 +206,7 @@ module MacOS extend self
"4.6" => { :llvm_build => 2336, :clang => "4.2", :clang_build => 425 },
"4.6.1" => { :llvm_build => 2336, :clang => "4.2", :clang_build => 425 },
"4.6.2" => { :llvm_build => 2336, :clang => "4.2", :clang_build => 425 },
"4.6.3" => { :llvm_build => 2336, :clang => "4.2", :clang_build => 425 },
"5.0" => { :clang => "5.0", :clang_build => 500 },
}

View File

@ -22,7 +22,7 @@ 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.2"
when 10.7, 10.8 then "4.6.3"
when 10.9 then "5.0"
else
# Default to newest known version of Xcode for unreleased OSX versions.