dpogue commented on issue #528: URL: https://github.com/apache/cordova-cli/issues/528#issuecomment-682005605
This is unlikely to be implemented at the Cordova level, because things like changing the app ID in between commands will break the native projects. If you're wanting to generate multiple native projects with different settings from a single repo, I have written a tool ([seymour](https://www.npmjs.com/package/seymour)) that will create and build projects with settings coming in from environment variables, which might be similar to what you're looking for. ---------------------------------------------------------------- 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]
