update suggested Xcode/CLT download URLs
This commit is contained in:
parent
676c4a9e33
commit
60f6dfea14
@ -31,13 +31,13 @@ class DevelopmentTools
|
||||
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
|
||||
<<-EOS.undent
|
||||
Install the Command Line Tools from
|
||||
https://developer.apple.com/downloads/
|
||||
https://developer.apple.com/download/more/
|
||||
or via Xcode's preferences.
|
||||
EOS
|
||||
else
|
||||
<<-EOS.undent
|
||||
Install Xcode from
|
||||
https://developer.apple.com/xcode/downloads/
|
||||
https://developer.apple.com/download/more/
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
@ -10,7 +10,7 @@ module Homebrew
|
||||
EOS
|
||||
else
|
||||
<<-EOS.undent
|
||||
Xcode can be installed from #{Formatter.url("https://developer.apple.com/xcode/downloads/")}.
|
||||
Xcode can be installed from #{Formatter.url("https://developer.apple.com/download/more/")}.
|
||||
EOS
|
||||
end
|
||||
else
|
||||
|
||||
@ -90,7 +90,7 @@ module OS
|
||||
else
|
||||
<<-EOS.undent
|
||||
Xcode can be updated from
|
||||
https://developer.apple.com/xcode/downloads/
|
||||
https://developer.apple.com/download/more/
|
||||
EOS
|
||||
end
|
||||
end
|
||||
@ -202,7 +202,7 @@ module OS
|
||||
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
|
||||
<<-EOS.undent
|
||||
The standalone package can be obtained from
|
||||
https://developer.apple.com/downloads
|
||||
https://developer.apple.com/download/more/
|
||||
or it can be installed via Xcode's preferences.
|
||||
EOS
|
||||
end
|
||||
|
||||
@ -43,7 +43,7 @@ class XcodeRequirement < Requirement
|
||||
EOS
|
||||
else
|
||||
message + <<-EOS.undent
|
||||
Xcode can be installed from #{Formatter.url("https://developer.apple.com/xcode/downloads/")}
|
||||
Xcode can be installed from #{Formatter.url("https://developer.apple.com/download/more/")}.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user