MacOS::Xcode.latest_version: add Tiger
This commit is contained in:
parent
aec45a6ee6
commit
8559725645
@ -19,6 +19,7 @@ module MacOS::Xcode extend self
|
||||
|
||||
def latest_version
|
||||
case MacOS.version
|
||||
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user