erisu opened a new pull request, #175:
URL: https://github.com/apache/cordova-node-xcode/pull/175

   Remove unused variable `buildPhaseSection` in the `addBuildPhase`.
   
   This variable appears to have been left behind during the refactoring in 
this commit, prior to this code base being contributed: 
https://github.com/alunny/node-xcode/commit/8b3c7f626bfada46b9b29d071e24745862540281
   
   The current implementation still appears to preserve the original logic:
   
   ```js
   if (!this.hash.project.objects[buildPhaseType]) {
       this.hash.project.objects[buildPhaseType] = {};
   }
   
   if (!this.hash.project.objects[buildPhaseType][buildPhaseUuid]) {
       this.hash.project.objects[buildPhaseType][buildPhaseUuid] = buildPhase;
       this.hash.project.objects[buildPhaseType][commentKey] = comment;
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to