February 2012
1 post
oclint-xcode
#!/bin/bash LANGUAGE=objective-c ARCH=armv7 #SYSROOT=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk CLANG_INCLUDE=/usr/lib/clang/3.0/include FRAMEWORKS='' if [ $# -ne 2 ]; then printf "\033[1musage:\033[22m `basename "$0"` /path/to/project MyApp-Prefix.pch \n" ...
Feb 13th