I'm in the throes of attempting to submit an app via XCode 4. I've just noticed, per this url from Apple :
http://tinyurl.com/3ol2qoj
that to prepare an app for submission to the app store in XCode 4, you must:
- In your project, duplicate the Release build configuration and name the duplicate “AppStore”.
- Set the Code Signing Identity build setting to your team’s distribution code signing identity through the application’s distribution provisioning profile for the AppStore build configuration.
The page shows an image (which I'd post if I knew how) which has the project highlighted (not the targets). The BuildSettings, Code Signing Identity for the project shows an AppStore entry above the Debug and Release entries.
My questions is, what is the method for duplicating that release entry?