Add notes on setting on xcode

This commit is contained in:
Michael Campagnaro 2017-05-02 18:14:36 -04:00
parent 46ab492985
commit d0932d3c15
2 changed files with 10 additions and 1 deletions

View File

@ -52,7 +52,7 @@ fi
# OSX
if [[ $platform == 'Darwin' ]]; then
printf "\nRunning the OS X installer\n"
printf "\n${BOLD}Running the OS X installer${NORMAL}\n"
./osx/install.sh
fi

View File

@ -58,3 +58,12 @@ do
printf \n
fi
done
printf "\n${YELLOW}Now you must install Xcode.${NORMAL}\n"
printf "Open the App Store and install the software.\n"
printf "When that finishes open a terminal and run the following:\n"
printf " 1. ${YELLOW}sudo xcode-select --install${NORMAL}\n"
printf " 2. ${YELLOW}sudo xcodebuild -license${NORMAL}\n"
printf " 3. ${YELLOW}sudo xcode-select -s /Applications/Xcode.app/Contents/Developer${NORMAL}\n"
printf "\n${BOLD}Finished setting up OS X${NORMAL}\n"