The easiest is to have a debugging ON/OFF switch in the .plist, sort of:Originally Posted by BenjaminS
Then you only need one version of the application and can change the behaviour in the .plist file.Code:if([[[NSUserDefaults standardUserDefaults] objectForKey:@"LogToConsole"] isEqualToString:@"YES"]) NSLog(@"AppController awakeFromNib [myDefaults objectForKey:@'SkinFile'] == nil");



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks