You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/12/08 20:22:46 UTC

[3/4] docs commit: Updated cordova ios 4.0.0 blog post - mention Asset Catalog, ios-sim bundling, update ios-deploy

Updated cordova ios 4.0.0 blog post - mention Asset Catalog, ios-sim bundling, update ios-deploy


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3e9c8043
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3e9c8043
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3e9c8043

Branch: refs/heads/master
Commit: 3e9c8043077a0094441a37d2ee59d803c1c503e1
Parents: 1ece83c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Dec 8 08:19:34 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Dec 8 08:19:34 2015 -0800

----------------------------------------------------------------------
 www/_posts/2015-12-08-cordova-ios-4.0.0.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3e9c8043/www/_posts/2015-12-08-cordova-ios-4.0.0.md
----------------------------------------------------------------------
diff --git a/www/_posts/2015-12-08-cordova-ios-4.0.0.md b/www/_posts/2015-12-08-cordova-ios-4.0.0.md
index c062ad3..f2c4f98 100644
--- a/www/_posts/2015-12-08-cordova-ios-4.0.0.md
+++ b/www/_posts/2015-12-08-cordova-ios-4.0.0.md
@@ -12,6 +12,10 @@ We are happy to announce that `Cordova iOS 4.0.0` has been released.
 
 This is a major release, and [deprecated APIs have been removed](https://github.com/apache/cordova-ios/blob/master/guides/API%20changes%20in%204.0.md). Some 3rd party plugins might require updates before they are compatible. This release adds first-class support for pluggable webviews - namely we now support [WKWebView](https://developer.apple.com/library/ios/documentation/WebKit/Reference/WKWebView_Ref/) -- a bundled modern WebView for iOS! 
 
+The platform now supports Asset Catalogs for splashscreens and icons -- this is all transparent to you when using the `<splash>` and `<icon>` tags in [config.xml](http://cordova.apache.org/docs/en/latest/config_ref/images.html). 
+
+[ios-sim](https://www.npmjs.com/package/ios-sim) is bundled with the platform now, you will not need to install this separately anymore. However for [ios-deploy](https://www.npmjs.com/package/ios-deploy) you will need to update your version to the latest.
+
 `cordova-ios@4.0.0` will be the default iOS version in the next version of `cordova`. If you just can't wait though, you can try it out now:
 
     cd my_project


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org