Update Xcode.version for 4.6
This commit is contained in:
parent
14bb39b898
commit
9b555ee399
@ -109,28 +109,18 @@ module MacOS::Xcode extend self
|
|||||||
"4.0"
|
"4.0"
|
||||||
else
|
else
|
||||||
case (MacOS.clang_version.to_f * 10).to_i
|
case (MacOS.clang_version.to_f * 10).to_i
|
||||||
when 0
|
when 0 then :dunno
|
||||||
"dunno"
|
when 1..14 then "3.2.2"
|
||||||
when 1..14
|
when 15 then "3.2.4"
|
||||||
"3.2.2"
|
when 16 then "3.2.5"
|
||||||
when 15
|
when 17..20 then "4.0"
|
||||||
"3.2.4"
|
when 21 then "4.1"
|
||||||
when 16
|
when 22..30 then "4.2"
|
||||||
"3.2.5"
|
when 31 then "4.3"
|
||||||
when 17..20
|
when 40 then "4.4"
|
||||||
"4.0"
|
when 41 then "4.5"
|
||||||
when 21
|
when 42 then "4.6"
|
||||||
"4.1"
|
else "4.6"
|
||||||
when 22..30
|
|
||||||
"4.2"
|
|
||||||
when 31
|
|
||||||
"4.3"
|
|
||||||
when 40
|
|
||||||
"4.4"
|
|
||||||
when 41
|
|
||||||
"4.5"
|
|
||||||
else
|
|
||||||
"4.5"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user