Skip to content

Commit 2c9d0e8

Browse files
Chris BrodyRoss Bender
andauthored
fix a comment in lib/pbxProject.js (#68)
Co-authored-by: Ross Bender <rbender@rbfcu.org> Co-authored-by: Christopher J. Brody <chris@brody.consulting>
1 parent 0d3304c commit 2c9d0e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/pbxProject.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,8 +1739,7 @@ pbxProject.prototype.getFirstProject = function() {
17391739
}
17401740

17411741
pbxProject.prototype.getFirstTarget = function() {
1742-
1743-
// Get first targets UUID
1742+
// Get first target's UUID
17441743
var firstTargetUuid = this.getFirstProject()['firstProject']['targets'][0].value;
17451744

17461745
// Get first pbxNativeTarget

0 commit comments

Comments
 (0)