Mrkvozrout commented on issue #1464:
URL: https://github.com/apache/cordova-ios/issues/1464#issuecomment-2329157002

   Question about the PR - Will "dynamic" change of name (`<name>` element 
value in `config.xml`) work as expected?
   
   Expectation - if I update the name via hook early enough (`before_prepare` 
or `before_platform_add`), the new name should be used as the application name 
(on all needed places in the project in order to be visible after installation 
to device).
   
   I tried to change the name in `before_platform_add` hook, which feels to be 
early enough for ios platform to not perceive it as a dynamic change, but I 
still get this error:
   `The product name change (<name> tag) in config.xml is not supported 
dynamically.`
   
   To be answered:
   - Will app name change work with this PR?
   - Is next release the 8.0.0? (if yes, what it the expected rough release 
date?)
   - 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)
   
   Thanks for answers in advance


-- 
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

Reply via email to