Skip to content

Instantly share code, notes, and snippets.

HEAD=`git rev-parse --short HEAD`
defaults write "$BUILT_PRODUCTS_DIR/$EXECUTABLE_NAME.app/Contents/Info" CFBundleVersion "$HEAD"
@mzarra
mzarra / gist:34982
Created December 12, 2008 01:16
Secret Code Sample
@interface TouchableView : UIView
{
CGPoint touchBeganPoint;
CGPoint lastUpdatedPoint;
NSArray *colorArray;
NSInteger colorIndex;
}
@end
We couldn’t find that file to show.