A xcode's workspace buillder
This command will allow to build the current dir's xcode workspace using the default scheme in one easy one word command. This will prevent from using a complexe multiword commmand when a quick build is all that is needed
$ xcwsbuild
cd ~/Downloads
curl -O https://raw.githubusercontent.com/muhaye/xcw/master/xcw.py
chmod u+x xcw.py
cp xcw.py /usr/local/bin/xcwsbuild
cd /path/to/xcodeproject
xcwsbuild