From 41d6c9ca60ca5ac30cbf557ebd481b58926b305b Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Wed, 16 Oct 2019 22:59:03 -0400 Subject: [PATCH] fix a comment in lib/pbxProject.js Co-authored-by: Ross Bender Co-authored-by: Christopher J. Brody --- lib/pbxProject.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pbxProject.js b/lib/pbxProject.js index 0e0f8f9..6466f47 100644 --- a/lib/pbxProject.js +++ b/lib/pbxProject.js @@ -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