Yield to the inevitable
This commit is contained in:
parent
a8e4cf4f80
commit
c34cdbbeb9
@ -449,11 +449,15 @@ module MacOS extend self
|
|||||||
end
|
end
|
||||||
|
|
||||||
def lion?
|
def lion?
|
||||||
10.7 <= MACOS_VERSION #Actually Lion or newer
|
10.7 <= MACOS_VERSION # Actually Lion or newer
|
||||||
|
end
|
||||||
|
|
||||||
|
def mountain_lion?
|
||||||
|
10.8 <= MACOS_VERSION # Actually Mountain Lion or newer
|
||||||
end
|
end
|
||||||
|
|
||||||
def prefer_64_bit?
|
def prefer_64_bit?
|
||||||
Hardware.is_64_bit? and 10.6 <= MACOS_VERSION
|
Hardware.is_64_bit? and not leopard?
|
||||||
end
|
end
|
||||||
|
|
||||||
def bottles_supported?
|
def bottles_supported?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user