I use Cordova with two platforms ios and android. When I change something in my
Project/config.xml
it will be merged into
Pro
Is it not more simple to add the platform folder into your repository, edit the files within the platform folder? In you regular build you only call cordova compile instead of cordova build, in order to prevent from overriding your platform files.
platform
cordova compile
cordova build