From ecf1d67a6c15cf7815c179181f28acc5ce8ba719 Mon Sep 17 00:00:00 2001 From: Guillaume Algis Date: Sun, 5 Jul 2015 18:36:15 +0200 Subject: [PATCH] Display currently selected Xcode version in install script --- Scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index 8a4f0b2..07f5a52 100644 --- a/Scripts/install.sh +++ b/Scripts/install.sh @@ -22,5 +22,5 @@ mkdir -p "${PLUGINS_DIR}" curl -L $DOWNLOAD_URI | tar xvz -C "${PLUGINS_DIR}" # the 1 is not a typo! -echo "Alcatraz successfully installed!!1!🍻 Please restart your Xcode." +echo "Alcatraz successfully installed!!1!🍻 Please restart your Xcode ($XCODE_VERSION)."