Cordova iOS 4.1.0
02 Mar 2016
We are happy to announce that Cordova iOS 4.1.0 has been released!
This release addresses issue CB-10530, which was an issue with your apps periodically freezing directly after starting.
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.
To upgrade:
npm install -g cordova
cd my_project
cordova platform rm ios
cordova platform add ios@4.1.0
To add it explicitly:
cordova platform add ios@4.1.0
What's new in iOS platform
- CB-10693 added missing header license
- CB-10530 App freezes sometimes directly after starting on iOS
- CB-10668 checked in
node_modules - CB-10668 removed
bin/node_modules - CB-10668 updated
create.jsto grabnode_modulesfrom root, updatedpackage.json - CB-10138 Adds missing plugin metadata to
plugin_listmodule - CB-10493 iOS Missing
icon.png - CB-10184
Images.xcassets: A 83.5x83.5@2x app icon is required for iPad apps targeting iOS 9.0 and later - Disable
ios-deploywifi mode when deploying to a device - CB-10272 Improve
<allow-intent>and<allow-navigation>error logs - Updated bundled
ios-simto5.0.6 - CB-10233 Support different
config.xmlfile perCDVViewControllerinstance - Add additional valid targets for simulation
- Updated CDV version macro to 4.0.1
- CB-10185 Update
CordovaLib.xcodeprojto recommended settings in Xcode 7.2 - CB-10171
WebKitError after migration to iOS@4.0.0 - CB-10155
DisallowOverscrollnot working - CB-10168
CDVViewControllerappURLisnilifwwwFolderNameis the path to a resource bundle - CB-10162 update reference url for icon images
- CB-10162 correct the paths for iOS icon and splashscreen resources
