I am developing an application for the iPad, and recently I added several parameters (for example, debug mode switch and FPS counter switch) to the application page in Settings.app to make life easier for application testers. Of course, I do not want to save these settings in the final version. Is there a way to hide some settings in Settings.bundle in the released version, but show them in the debug version? Or, alternatively, is there a way to conditionally use another Settings.bundle parameter in my target application program, depending on whether I use the debug version or configuration to compile the application?
Tamás source
share