I'm releasing an app on iOS and I'm tired of remembering to change my staging urls to production urls before making the release .ipa in Xcode.
In Android Studio I can configure different release and debug files to be used.
Assuming I have my urls in a file named Config.plist is there a way to specify different files to pull in for a release or debug build in Xcode?