I just notice that the www for android and ios contains a directory "cordova-js-src"
In iOS in the lib/create.js is where we copy this to platform_www [1] this is why it ends up in the App's www. AFAIK this files are not used by the app because the content of exec.js platform.js is already in cordova.js Is this a bug, or not? [1]: https://github.com/apache/cordova-ios/blob/master/bin/lib/create.js#L42