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:
Jack Nagel 2012-09-03 15:14:32 -05:00
parent 10aab9a672
commit eb3c0cd273

View File

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