Don't error out with Xcode 4.5
c.f. Homebrew/homebrew#14603. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
10aab9a672
commit
eb3c0cd273
@ -203,7 +203,7 @@ module MacOS extend self
|
|||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
StandardCompilers[xcode].all? { |method, build| MacOS.send(method) == build }
|
StandardCompilers[xcode].all? { |method, build| MacOS.send(method) == build } rescue false
|
||||||
end
|
end
|
||||||
|
|
||||||
def app_with_bundle_id id
|
def app_with_bundle_id id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user