Skip to content

Commit 2d1ce25

Browse files
committed
Fix uuid
1 parent 489292c commit 2d1ce25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbxProject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ pbxProject.prototype.addPbxGroup = function(filePathsArray, name, path, sourceTr
401401
pbxProject.prototype.addToPbxProjectSection = function(target) {
402402

403403
var newTarget = {
404-
value: target.pbxNativeTarget,
404+
value: target.uuid,
405405
comment: pbxNativeTargetComment(target.pbxNativeTarget)
406406
};
407407

0 commit comments

Comments
 (0)