diff --git a/www/_posts/2019-12-24-xcode-release-2.1.0.md b/www/_posts/2019-12-24-xcode-release-2.1.0.md new file mode 100644 index 00000000000..1b82849a96d --- /dev/null +++ b/www/_posts/2019-12-24-xcode-release-2.1.0.md @@ -0,0 +1,24 @@ +--- +layout: post +author: + name: Chris Brody +title: "Cordova Node Xcode 2.1.0 Released!" +categories: news +tags: release tools +--- + +We are happy to announce that we have just released an update to `cordova-node-xcode`! This is one of the libraries used behind-the-scenes for parsing, editing, and writing xcodeproj project files. + +* [cordova-node-xcode@2.1.0](https://www.npmjs.com/package/xcode) + +## Release Highlights + +Minor release with some external contributions + +Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)! + + +# Changes include: + +* Support watch2 apps/extensions ([#56](https://github.com/apache/cordova-node-xcode/pull/56)) +* Update writeObjectsSections to match current Xcode format ([#46](https://github.com/apache/cordova-node-xcode/pull/46))