From 2c9d0e8f9ae554278d3aaa538003319a4e6c5b47 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Thu, 17 Oct 2019 11:19:19 -0400 Subject: [PATCH] fix a comment in lib/pbxProject.js (#68) 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