You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by au...@apache.org on 2017/09/28 18:41:23 UTC

docs commit: CB-13310 - Blog post for cordova-ios@4.5.1

Repository: cordova-docs
Updated Branches:
  refs/heads/master 81b0a08a8 -> 15e9e4f50


CB-13310 - Blog post for cordova-ios@4.5.1


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

Branch: refs/heads/master
Commit: 15e9e4f509cb0286d6b4ca18c0cc0bb72a333c69
Parents: 81b0a08
Author: Suraj Pindoria <su...@yahoo.com>
Authored: Mon Sep 25 11:58:36 2017 -0700
Committer: Audrey So <au...@apache.org>
Committed: Thu Sep 28 11:39:15 2017 -0700

----------------------------------------------------------------------
 www/_posts/2017-09-25-ios-release.md | 48 +++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/15e9e4f5/www/_posts/2017-09-25-ios-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2017-09-25-ios-release.md b/www/_posts/2017-09-25-ios-release.md
new file mode 100644
index 0000000..6dbf9e2
--- /dev/null
+++ b/www/_posts/2017-09-25-ios-release.md
@@ -0,0 +1,48 @@
+---
+layout: post
+author:
+    name: Suraj Pindoria
+    url: https://twitter.com/surajpindoria
+title:  "Cordova iOS 4.5.1"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce a minor version of `Cordova iOS 4.5.1` has been released!
+
+This version provides updates for the latest iOS 11 and Xcode 9. You can now create builds for this new version and properly deploy to either the emulator or device.
+
+Things to note:
+
+* For iPhone X's new screen size, you must use Launch Storyboards to take full advantage of it
+* Current Splash Screen images will result in letterboxing
+
+Apple has also made some changes that could effect your current apps, specifically around the viewport. Here are a few resources that could help with your transition to iOS 11:
+
+1. [Designing Websites for iPhone X](https://webkit.org/blog/7929/designing-websites-for-iphone-x/)
+2. [Understanding the WebView Viewport in iOS 11](https://ayogo.com/blog/ios11-viewport/)
+3. [Removing the White Bars in Safari on iPhone X](http://stephenradford.me/removing-the-white-bars-in-safari-on-iphone-x/)
+
+We are also aware that there are specific issues related to the Status Bar plugin. The team is working to resolve these for the next release of the plugin.
+
+**Note:** When updating **iOS**, 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.5.1
+
+To add it explicitly:
+
+    cordova platform add ios@4.5.1
+
+<!--more-->
+## What's new in iOS
+
+* [CB-13310](https://issues.apache.org/jira/browse/CB-13310) Updated checked-in node_modules
+* [CB-13191](https://issues.apache.org/jira/browse/CB-13191) (ios) Support marketing icon (#337)
+* [CB-12888](https://issues.apache.org/jira/browse/CB-12888) - cordova emulate **iOS** doesn't work in **iOS** 11


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