I have an Xcode iPhone project with 3 configurations, debug, release and adhoc. What I need to do is include a resource file only for the debug builds, and not for the others. Can anyone tell me how to do this please?
I know I can have different project settings and preprocessor directives per configuration, and different resource files per target, but I need to only have one target.
Thanks,
Steve