Is there a way to change the build setting defaults in XCode 7.1 so that every time a project is re-built from an outside source (Meteor/Cordova in this case, but I assume this would be a general issue), it isn't necessary to manually go back through and change all of the XCode build settings to the same values that you'd previously set them to?
Alternatively, is there a way to save all of the settings to a setup file (not to the project itself, since this is recreated from fresh each time).
Thanks