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"
|
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Install the Command Line Tools from
|
Install the Command Line Tools from
|
||||||
https://developer.apple.com/downloads/
|
https://developer.apple.com/download/more/
|
||||||
or via Xcode's preferences.
|
or via Xcode's preferences.
|
||||||
EOS
|
EOS
|
||||||
else
|
else
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Install Xcode from
|
Install Xcode from
|
||||||
https://developer.apple.com/xcode/downloads/
|
https://developer.apple.com/download/more/
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -10,7 +10,7 @@ module Homebrew
|
|||||||
EOS
|
EOS
|
||||||
else
|
else
|
||||||
<<-EOS.undent
|
<<-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
|
EOS
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
@ -90,7 +90,7 @@ module OS
|
|||||||
else
|
else
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Xcode can be updated from
|
Xcode can be updated from
|
||||||
https://developer.apple.com/xcode/downloads/
|
https://developer.apple.com/download/more/
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -202,7 +202,7 @@ module OS
|
|||||||
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
|
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
The standalone package can be obtained from
|
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.
|
or it can be installed via Xcode's preferences.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|||||||
@ -43,7 +43,7 @@ class XcodeRequirement < Requirement
|
|||||||
EOS
|
EOS
|
||||||
else
|
else
|
||||||
message + <<-EOS.undent
|
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
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user