Update missing Xcode advice
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5dc15272d9
commit
76c86d1ac8
@ -182,10 +182,18 @@ def check_for_broken_symlinks
|
|||||||
end
|
end
|
||||||
|
|
||||||
def check_for_latest_xcode
|
def check_for_latest_xcode
|
||||||
if MacOS.xcode_version.nil? then return <<-EOS.undent
|
if MacOS.xcode_version.nil?
|
||||||
We couldn't detect any version of Xcode.
|
if MacOS.version >= 10.7 then return <<-EOS.undent
|
||||||
If you downloaded Xcode from the App Store, you may need to run the installer.
|
We couldn't detect any version of Xcode.
|
||||||
EOS
|
The latest Xcode can be obtained from the Mac App Store.
|
||||||
|
Alternatively, the Command Line Tools package can be obtained from
|
||||||
|
http://connect.apple.com
|
||||||
|
EOS
|
||||||
|
else return <<-EOS.undent
|
||||||
|
We couldn't detect any version of Xcode.
|
||||||
|
The latest Xcode can be obtained from http://connect.apple.com
|
||||||
|
EOS
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
latest_xcode = case MacOS.version
|
latest_xcode = case MacOS.version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user