GitHub user shazron opened a pull request:
https://github.com/apache/cordova-ios/pull/246
CB-11712 - <name> changes in config.xml does a 'search and replace all' for
occurrences of the old name with the new name in the pbxproj
The error message looks like this:
```
Error: The product name change (<name> tag) in config.xml is not supported
dynamically.
To change your product name, you have to remove, then add your ios platform
again.
Make sure you save your plugins beforehand using `cordova plugin save`.
cordova plugin save
cordova platform rm ios
cordova platform add ios
```
Not sure if I'm supposed to be hardcoding `cordova` for downstream
distributions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shazron/cordova-ios CB-11712
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-ios/pull/246.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #246
----
commit 5ec6fecf889f7050055d423dd89d5418c5a93865
Author: Shazron Abdullah <[email protected]>
Date: 2016-08-31T02:20:39Z
CB-11712 - <name> changes in config.xml does a 'search and replace all' for
occurrences of the old name with the new name in the pbxproj
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]