Socket
Socket
Sign inDemoInstall

xcode

Package Overview
Dependencies
Maintainers
4
Versions
1212
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 0.6.4 to 0.6.6

4

lib/pbxProject.js

@@ -721,3 +721,3 @@ var util = require('util'),

function searchPathForFile(file, proj) {
var plugins = proj.pbxGroupByName('Plugins')
var plugins = proj.pbxGroupByName('Plugins'),
pluginsPath = plugins ? plugins.path : null,

@@ -735,3 +735,3 @@ fileDir = path.dirname(file.path);

} else if (file.customFramework && file.dirname) {
return '"' + file.dirname + '"'
return '"\\"' + file.dirname + '\\""';
} else {

@@ -738,0 +738,0 @@ return '"\\"$(SRCROOT)/' + proj.productName + fileDir + '\\""';

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

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

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

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