surajpindoria closed pull request #769: CB-13579: Blog post for [email protected] 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 [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 ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
