os/mac/xcode: add additional CLT download link.

Sadly Apple don't seem to be providing these reliably.

Fixes #6796
This commit is contained in:
Mike McQuaid 2019-12-02 13:25:43 +00:00
parent 51ea444460
commit ea44760f8c
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -231,11 +231,13 @@ module OS
def update_instructions
if MacOS.version >= "10.14"
<<~EOS
Update them from Software Update in System Preferences.
Update them from Software Update in System Preferences or
#{Formatter.url("https://developer.apple.com/download/more/")}.
EOS
else
<<~EOS
Update them from Software Update in the App Store.
Update them from Software Update in the App Store
#{Formatter.url("https://developer.apple.com/download/more/")}.
EOS
end
end