Add warn message if XCode is not installed

This commit is contained in:
Dominik Ritter 2017-03-18 11:24:26 +01:00
parent aa26c73521
commit 1ac59158ed

View file

@ -6,6 +6,11 @@ if [[ "$TERM_PROGRAM" != "iTerm.app" ]]; then
exit 1
fi
if [[ ! -x "/usr/libexec/PlistBuddy" ]]; then
print "To use this debug script, you need to install XCode!"
exit 1
fi
local normalFont
local type
local command