os/linux: add more Xcode stubs.

Saw these on a random user report.
This commit is contained in:
Mike McQuaid 2020-09-01 12:49:19 +01:00
parent fecc701ac0
commit d2dcc41717

View File

@ -68,6 +68,10 @@ module OS
def version
Version::NULL
end
def installed?
false
end
end
module CLT
@ -76,6 +80,10 @@ module OS
def version
Version::NULL
end
def installed?
false
end
end
end
# rubocop:enable Style/Documentation