Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions www/_posts/2019-12-24-xcode-release-2.1.0.md
Original file line number Diff line number Diff line change
@@ -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/)!

<!--more-->
# 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))