Apply changes made in config.xml without removing and adding the platform?

Is there anyway to apply changes made in the config.xml file without having to remove and then readd the platform each time?

My process now is to remove the ios.json file from the plugins directory and then run

ionic platform rm ios
ionic platform add ios

Which is fine and it works, but I was wondering if there was a faster method.

Thanks!