exceptions: use xcode frontpage

This commit is contained in:
Dominyk Tiller 2015-08-21 19:28:05 +01:00
parent 727239e12f
commit ff8520e61b

View File

@ -279,7 +279,7 @@ class BuildToolsError < RuntimeError
elsif MacOS.version == "10.9" elsif MacOS.version == "10.9"
xcode_text = <<-EOS.undent xcode_text = <<-EOS.undent
To continue, you must install Xcode from: To continue, you must install Xcode from:
https://developer.apple.com/downloads/ https://developer.apple.com/xcode/downloads/
or the CLT by running: or the CLT by running:
xcode-select --install xcode-select --install
EOS EOS
@ -291,7 +291,7 @@ class BuildToolsError < RuntimeError
else else
xcode_text = <<-EOS.undent xcode_text = <<-EOS.undent
To continue, you must install Xcode from: To continue, you must install Xcode from:
https://developer.apple.com/downloads/ https://developer.apple.com/xcode/downloads/
EOS EOS
end end
@ -325,7 +325,7 @@ class BuildFlagsError < RuntimeError
elsif MacOS.version == "10.9" elsif MacOS.version == "10.9"
xcode_text = <<-EOS.undent xcode_text = <<-EOS.undent
or install Xcode from: or install Xcode from:
https://developer.apple.com/downloads/ https://developer.apple.com/xcode/downloads/
or the CLT by running: or the CLT by running:
xcode-select --install xcode-select --install
EOS EOS
@ -337,7 +337,7 @@ class BuildFlagsError < RuntimeError
else else
xcode_text = <<-EOS.undent xcode_text = <<-EOS.undent
or install Xcode from: or install Xcode from:
https://developer.apple.com/downloads/ https://developer.apple.com/xcode/downloads/
EOS EOS
end end