We are happy to announce that Cordova iOS 4.2.0 has been released!
Along with some bug fixes, this release adds support for node 6 to cordova-ios!
A new version of the cordova-cli will need to be released to pin this version of cordova-ios as the default version when creating a new project. If you want to start using this version now, make sure to specify the version when doing a cordova platform add/update.
Note: When updating, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into config.xml:
cordova plugin save
To upgrade:
npm install -g cordova cd my_project cordova platform rm ios cordova platform add ios@4.2.0
To add it explicitly:
cordova platform add ios@4.2.0
cordova-ios now supports node 6!node_modulesAppVeyor test failures (path separator) on cordova-ios platformmktemp variants (Linux vs Darwin)cordova-ioscordova emulate iosSDK/ARCH parameters by new destination parameter. Fixes issues when project has targets using different SDKs, i.e.: watchOS vs iOSCDVViewController appURL is nil if wwwFolderName is the path to a frameworknode-xcode versionNSInternalInconsistencyException when running iOS unit testsPluginManager from cordova-common to add/rm pluginscordova-common to 1.3.0.www files on plugin installtion/removalbuild*.xconfig from build outputs: *.ipa, *.appbuild.json file starting with a BOM<allow-navigation href="https://foo.bar" /> for links in that site, if you have <allow-intent href="https://*" />