[ 
https://issues.apache.org/jira/browse/CB-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16273600#comment-16273600
 ] 

ASF GitHub Bot commented on CB-13579:
-------------------------------------

surajpindoria closed pull request #769: CB-13579: Blog post for 
cordova-ios@4.5.4
URL: https://github.com/apache/cordova-docs/pull/769
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 000000000..75e4cf9c7
--- /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 ios@4.5.4
+
+To add it explicitly:
+
+    cordova platform add ios@4.5.4
+
+<!--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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cordova-iOS Platform Release November 15, 2017
> ----------------------------------------------
>
>                 Key: CB-13579
>                 URL: https://issues.apache.org/jira/browse/CB-13579
>             Project: Apache Cordova
>          Issue Type: Task
>            Reporter: Suraj Pindoria
>            Assignee: Suraj Pindoria
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to