MacOS::Xcode.latest_version: add Tiger

This commit is contained in:
Misty De Meo 2013-05-23 18:44:50 -05:00
parent aec45a6ee6
commit 8559725645

View File

@ -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"