Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| #!/usr/bin/env ruby | |
| ########################################################################### | |
| # Script to be called as an Xcode 4 behaviour which will attempt to | |
| # uncrustify all source files in the open project. | |
| # | |
| # (c) Copyright 2012 David Wagner. | |
| # | |
| # Complain/commend: http://noiseandheat.com/ | |
| # | |
| #*************************************************************************# |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| // | |
| // UIDeviceHardware.h | |
| // | |
| // Used to determine EXACT version of device software is running on. | |
| #import <Foundation/Foundation.h> | |
| @interface UIDeviceHardware : NSObject | |
| - (NSString *) platform; |
| // | |
| // NSObject+BlockObservation.h | |
| // Version 1.0 | |
| // | |
| // Andy Matuschak | |
| // [email protected] | |
| // Public domain because I love you. Let me know how you use it. | |
| // | |
| #import <Cocoa/Cocoa.h> |
| // | |
| // SSScrollView.h | |
| // | |
| /* | |
| Get a delegate callback when the scroll view scrolls. | |
| */ | |
| #import <Cocoa/Cocoa.h> |