Skip to content
Snippets Groups Projects
Commit 4498db78 authored by Jack Nagel's avatar Jack Nagel
Browse files

Xcode 4.6.3

parent 313134fb
No related branches found
No related tags found
No related merge requests found
......@@ -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 },
}
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment