This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env bash | |
| # llvm-gcc | |
| if `type -P llvm-gcc &>/dev/null`; then | |
| echo "Command Line Tools found." | |
| else | |
| echo "Command Line Tools not found." | |
| echo "Please go https://developer.apple.com/downloads and install **Command Line Tools for Xcode**" && exit 0; | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .DS_Store | |
| build | |
| Build | |
| *.pbxuser | |
| *.perspectivev3 | |
| *.mode1v3 | |
| *.xcworkspace | |
| xcuserdata | |
| *.pyc |
NewerOlder