Skip to content

Commit

Permalink
fix a comment in lib/pbxProject.js (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Ross Bender <rbender@rbfcu.org>
Co-authored-by: Christopher J. Brody <chris@brody.consulting>
  • Loading branch information
Chris Brody and Ross Bender authored Oct 17, 2019
1 parent 0d3304c commit 2c9d0e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pbxProject.js
Original file line number Diff line number Diff line change
Expand Up @@ -1739,8 +1739,7 @@ pbxProject.prototype.getFirstProject = function() {
}

pbxProject.prototype.getFirstTarget = function() {

// Get first targets UUID
// Get first target's UUID
var firstTargetUuid = this.getFirstProject()['firstProject']['targets'][0].value;

// Get first pbxNativeTarget
Expand Down

0 comments on commit 2c9d0e8

Please sign in to comment.