This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b71371  CB-13579: Blog post for [email protected]
1b71371 is described below

commit 1b713714428b8f9d96c5b9005a54f717f0fa6005
Author: Suraj Pindoria <[email protected]>
AuthorDate: Tue Nov 21 11:36:56 2017 -0800

    CB-13579: Blog post for [email protected]
---
 www/_posts/2017-11-21-ios-release.md | 42 ++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/www/_posts/2017-11-21-ios-release.md 
b/www/_posts/2017-11-21-ios-release.md
new file mode 100644
index 0000000..75e4cf9
--- /dev/null
+++ b/www/_posts/2017-11-21-ios-release.md
@@ -0,0 +1,42 @@
+---
+layout: post
+author:
+    name: Suraj Pindoria
+    url: https://twitter.com/surajpindoria
+title:  "Cordova iOS 4.5.4"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce a minor version of `Cordova iOS 4.5.4` has been 
released!
+
+This version continues to add updates for the latest iOS 11 and also includes 
some fixes for the iPhone X.
+
+Things to note:
+
+* Added flag for Xcode-managed provisioning
+* Fixed compile error when compile source as objective-c++
+* Adjusted storyboard constraints
+
+**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 [email protected]
+
+To add it explicitly:
+
+    cordova platform add [email protected]
+
+<!--more-->
+## What's new in iOS
+
+* [CB-13579](https://issues.apache.org/jira/browse/CB-13579) Updated checked 
in node_modules
+* [CB-13523](https://issues.apache.org/jira/browse/CB-13523) Add flag for 
Xcode-managed provisioning
+* Fix compile error when compile source as objective-c++
+* [CB-13505](https://issues.apache.org/jira/browse/CB-13505) (ios) adjust 
storyboard constraints

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to