breautek commented on issue #1464: URL: https://github.com/apache/cordova-ios/issues/1464#issuecomment-2329191159
> Question about the PR - Will "dynamic" change of name (<name> element value in config.xml) work as expected? That check will be removed allowing name changes across builds (without removing and re-adding the platform) via https://github.com/apache/cordova-ios/pull/1485/files#diff-3f506429799383a7a5415e9eef05bc14959c37346194ecd50394ea404b64487aL265 > Is next release the 8.0.0? (if yes, what it the expected rough release date?) It is being treated as a breaking change, among several other improvements so it will be part of a 8.0.0 released, assuming #1485 does indeed gets merged. Due to the volunteer nature of Apache Cordova project we can't reliably give any timelines. > Will there be some intermediate 7.x release? (if yes, I would create an issue to allow app name change in before_platform_add hook) Unlikely because the [repo](https://github.com/apache/cordova-ios/blob/master/package.json#L3) is already in a `8.0.0-dev` state, meaning it likely has breaking changes already merged. As a workaround for the time being... In my workflows I have `config.xml` gitignored and is generated via tooling based on the environment I want to build for (e.g. different app ids & name for staging vs production). Switching environments does involve removing the platform, run a script to generate a config.xml for the specific enviroment and then re-add the platform. This works since the config.xml is updated before calling on any Cordova tooling. It's not most efficient workflow especially if you're requiring changing environments frequently but it works for current versions of Cordova. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org