My iOS App uses a specific server for production: http://mydomain.com/serverapi. While developing I would like to change this to http://localhost/serverapi. What is an elegant way to tell XCode to use the local URL by default.
Obviously it's very important, that a production release contains the production URL (Archiving in XCode.
Another use case would be to change the icon or app identifier while in development, to be able to tell the app apart from the version which might already be installed on the device.
