Feature added to Cordova iOS 4.0.0
- Asset Catalogs for splashscreens and icons
- ios-sim is now bundled with the platform . But for ios-deploy you will need to update your version to the latest.
- Minimum iOS 8.0 support
- Default cordova-ios@4.0.0 iOS version in next version of cordova.
- No need to add cordova-plugin-whitelist plugin for cordova-ios-4.0.0.
- <access> and <allow-navigation> will convert to Application Transport Security (ATS) directives.
Add -
cordova platform add ios@4.0.0
Upgrade -
npm install -g cordovacd my_projectcordova platform update ios@4.0.0
NPM plugin is still not updated , but you can install the plugin via git.
cordova plugin add https://github.com/apache/cordova-plugin-wkwebview-engine.git#1.0.0Add WKWebView engine (optional):
cordova plugin add cordova-plugin-wkwebview-engine
Read More about Cordova iOS 4.0.0 - http://cordova.apache.org/announcements/2015/12/08/cordova-ios-4.0.0.html
Keywords
Comments
Post a Comment