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.6 to 0.6.7

test.js

8

lib/pbxProject.js

@@ -448,7 +448,11 @@ var util = require('util'),

pbxProject.prototype.updateProductName = function(name) {
pbxProject.prototype.updateBuildProperty = function(prop, value) {
var config = this.pbxXCBuildConfigurationSection();
propReplace(config, 'PRODUCT_NAME', '"' + name + '"');
propReplace(config, prop, value);
}
pbxProject.prototype.updateProductName = function(name) {
this.updateBuildProperty('PRODUCT_NAME', '"' + name + '"');
}
pbxProject.prototype.removeFromFrameworkSearchPaths = function (file) {

@@ -455,0 +459,0 @@ var configurations = nonComments(this.pbxXCBuildConfigurationSection()),

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

"description": "parser for xcodeproj/project.pbxproj files",
"version": "0.6.6",
"version": "0.6.7",
"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