[
https://issues.apache.org/jira/browse/CB-11712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451305#comment-15451305
]
ASF GitHub Bot commented on CB-11712:
-------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/cordova-ios/pull/246
## [Current
coverage](https://codecov.io/gh/apache/cordova-ios/pull/246?src=pr) is 52.67%
(diff: 100%)
> Merging [#246](https://codecov.io/gh/apache/cordova-ios/pull/246?src=pr)
into [master](https://codecov.io/gh/apache/cordova-ios/branch/master?src=pr)
will decrease coverage by **0.82%**
```diff
@@ master #246 diff @@
==========================================
Files 12 12
Lines 1028 1008 -20
Methods 145 145
Messages 0 0
Branches 169 169
==========================================
- Hits 550 531 -19
+ Misses 478 477 -1
Partials 0 0
```
> Powered by [Codecov](https://codecov.io?src=pr). Last update
[582e357...c9cb039](https://codecov.io/gh/apache/cordova-ios/compare/582e35776f01ee03f32f0986de181bcf5eb4d232...c9cb039227e01d115e0fb6cfd56a1ad9bbc9ebd8?src=pr)
> <name> changes in config.xml does a "search and replace all" for occurrences
> of the old name with the new name in the pbxproj
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: CB-11712
> URL: https://issues.apache.org/jira/browse/CB-11712
> Project: Apache Cordova
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: iOS
> Affects Versions: 4.2.0
> Environment: iOS
> cordova 6.3.1
> cordova-ios 4.2.0
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
> Priority: Critical
> Labels: triaged
>
> Actual result:
> Changing the project name in the config.xml <name> tag will *not* replace the
> project name properly, and you *cannot* build the project.
> Expected result:
> Changing the project name in the config.xml <name> tag will replace the
> project name properly, and you can build the project.
> Repro steps:
> 1. `cordova create t t t`
> 2. `cd t`
> 3. `cordova platform add ios`
> 4. `cordova build`
> 5. Edit config.xml <name> tag, and replace "t" with "foobar"
> 6. `cordova build`
> Check the file `platforms\ios\foobar.xcodeproj\project.pbxproj`. All `t`
> characters have been replaced with `foobar`.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]