exceptions: change 10.9 Xcode URL

This commit is contained in:
Misty De Meo 2015-08-21 11:46:39 -07:00
parent bef0c9f37f
commit 3d1f9e0a9c

View File

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