echo -e "Build Info \n" > buildinfo.txt; echo -e -n "Build date\t\t: ">> buildinfo.txt; date "+%Y-%m-%d %H:%M" >> buildinfo.txt; echo -e -n "SVN Revision \t\t: " >> buildinfo.txt; svnversion -n >> buildinfo.txt; echo -e -n "\nXCode Version \t: " >> buildinfo.txt; cat /Developer/Applications/Xcode.app/Contents/Info.plist | grep "Xcode version" | awk '{print $3}' | cut -d "<" -f1 >> buildinfo.txt echo -e -n "GCC Version \t\t: " >> buildinfo.txt;