I was googling a method to hide my NSLog statements from my release version and found this thread
Where in a comment is mentioned...
defaults write my.bundle.identifier SandboxModeFlag -bool YES
This sounds great, it doesn't rely on me forgetting to remove my own flag saying I'm in debug mode.
Can anyone tell me how to detect SandModeFlag
in code?