I have an iphone app that I want to be able to configure to configure for different serves that I have in a multistage deployment
Currently I have them in three .plist templates (containing urls, API keys, etc.) that I switch between, but that is getting annoying and since XCode has the different build configurations, I was wondering if there was a way I could hook into that so I can just one-click "debug" "release" "staging" to switch between the profiles
Thanks!