wolfmanfx commented on issue #538: Cordova overwrites bundleIdentifier for all 
exiting targets
URL: https://github.com/apache/cordova-ios/issues/538#issuecomment-465347343
 
 
   Ok - 
   pbxProject.prototype.updateBuildProperty = function(prop, value, build) 
calls 
       var configs = this.pbxXCBuildConfigurationSection();
   which returns all targets and we do not pass the build param we overwrite 
just all targets so thats really a bug.
   
   Looking here 
https://github.com/apache/cordova-node-xcode/blob/master/lib/pbxProject.js#L1128
 I guess that function is not designed for the usecase to update just one 
target.
   
   My vote would to not update the bundle id but if needed it should only 
update a specific target.
   
   Any thoughts?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to