Closed nickpack closed 12 years ago
From memory, Apple are a little bit prone to rejecting apps when they find occurances of NSLog in the code, so to mitigate this I added a preprocessor macro that conditionally NSLogs when the DEBUG flag is set.
Cool, thank you!!!
From memory, Apple are a little bit prone to rejecting apps when they find occurances of NSLog in the code, so to mitigate this I added a preprocessor macro that conditionally NSLogs when the DEBUG flag is set.