I have an app with 3 targets. Or schemes. Each target have two configs, dubug and release. I am building it in command line using build script.
For ad hoc release I use the configuration 'release'. But what about when make an appstore build. Whats the best way? To make a new target or a new configuration for app store?
Is it possible to make a new configuration for app store build, copying the values from the release. I cant find that option in my XCode 4.6 build settings.