Skip to content

Commit 31b6d49

Browse files
author
Anis Kadri
committed
Merge branch 'master' of https://github.com/freiserg/node-xcode into freiserg-master
2 parents b735df9 + ffb938b commit 31b6d49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/pbxProject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var util = require('util'),
22
f = util.format,
33
EventEmitter = require('events').EventEmitter,
44
path = require('path'),
5-
uuid = require('node-uuid'),
5+
uuid = require('uuid'),
66
fork = require('child_process').fork,
77
pbxWriter = require('./pbxWriter'),
88
pbxFile = require('./pbxFile'),

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"node": ">=0.6.7"
1212
},
1313
"dependencies": {
14-
"node-uuid":"1.4.7",
1514
"pegjs": "0.9.0",
16-
"simple-plist": "0.1.4"
15+
"simple-plist": "0.1.4",
16+
"uuid":"3.0.1"
1717
},
1818
"devDependencies": {
1919
"nodeunit": "0.9.1"

0 commit comments

Comments
 (0)