Socket
Socket
Sign inDemoInstall

xcode

Package Overview
Dependencies
Maintainers
14
Versions
1213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcode - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

9

lib/pbxWriter.js

@@ -181,11 +181,6 @@ /**

pbxWriter.prototype.writeObjectsSections = function (objects) {
var first = true,
key, obj;
var key, obj;
for (key in objects) {
if (!first) {
this.writeFlush("\n")
} else {
first = false;
}
this.writeFlush("\n")

@@ -192,0 +187,0 @@ obj = objects[key];

@@ -5,3 +5,3 @@ {

"description": "parser for xcodeproj/project.pbxproj files",
"version": "2.0.0",
"version": "2.1.0",
"main": "index.js",

@@ -8,0 +8,0 @@ "repository": {

@@ -23,2 +23,16 @@ <!--

### 2.1.0 (December 12, 2019)
* Add target test coverage ([#82](https://github.com/apache/cordova-node-xcode/pull/82))
* ensure coverage for addTargetDependency with invalid input ([#81](https://github.com/apache/cordova-node-xcode/pull/81))
* Support watch2 apps/extensions ([#56](https://github.com/apache/cordova-node-xcode/pull/56))
* Test coverage: `addTarget` add to main project as dependency ([#76](https://github.com/apache/cordova-node-xcode/pull/76))
* remove internal propReplace function not needed ([#69](https://github.com/apache/cordova-node-xcode/pull/69))
* Add proper `filetypeForProducttype` test coverage ([#72](https://github.com/apache/cordova-node-xcode/pull/72))
* Test existing WatchKit support ([#71](https://github.com/apache/cordova-node-xcode/pull/71))
* fix a comment in lib/pbxProject.js ([#68](https://github.com/apache/cordova-node-xcode/pull/68))
* Test coverage for `app_extension` target types ([#66](https://github.com/apache/cordova-node-xcode/pull/66))
* add dependencies for per-file testing ([#67](https://github.com/apache/cordova-node-xcode/pull/67))
* Add Node.js 12 to CI Services ([#51](https://github.com/apache/cordova-node-xcode/pull/51))
* Update writeObjectsSections to match current Xcode format ([#46](https://github.com/apache/cordova-node-xcode/pull/46))
### 2.0.0 (Jan 15, 2019)

@@ -25,0 +39,0 @@ * Updated to use ECMAScript 2015 Object.assign. ([#14](https://github.com/apache/cordova-node-xcode/pull/14))

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc