dpogue commented on issue #1118: URL: https://github.com/apache/cordova-ios/issues/1118#issuecomment-858107347
If you want to make different builds of the same Cordova project with different identifiers (such as for QA, Staging, and Production environments), I suggest looking at [seymour](https://www.npmjs.com/package/seymour) which will fill in config.xml values based on environment variables for use with CI systems. Cordova itself only support building with the bundle identifier declared in config.xml. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
