Skip to content

Commit 8eb7b5d

Browse files
committed
pbxTargetDependency: Commit earlier rename of pbxNativeTarget() to bxNativeTargetSection()
1 parent 5142def commit 8eb7b5d

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
@@ -591,7 +591,7 @@ pbxProject.prototype.addTargetDependency = function(target, dependencyTargets) {
591591
if (!target)
592592
return undefined;
593593

594-
var nativeTargets = this.pbxNativeTarget();
594+
var nativeTargets = this.pbxNativeTargetSection();
595595

596596
if (typeof nativeTargets[target] == "undefined")
597597
throw new Error("Invalid target: " + target);

0 commit comments

Comments
 (0)