[
https://issues.apache.org/jira/browse/CB-14141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16514993#comment-16514993
]
ASF GitHub Bot commented on CB-14141:
-------------------------------------
dpogue opened a new pull request #373: CB-14141: Don't duplicate resource files
in xcodeproj
URL: https://github.com/apache/cordova-ios/pull/373
### Platforms affected
iOS
### What does this PR do?
When copying a resource-file to a target that already exists, don't add it
to the xcodeproj file a second time.
My particular scenario is that I wanted to overwrite
CDVLaunchScreen.storyboard and it was getting added to the xcodeproj twice and
causing weird failures.
### What testing has been done on this change?
### Checklist
- [x] [Reported an issue](https://issues.apache.org/jira/browse/CB-14141) in
the JIRA database
- [x] Commit message follows the format
- [ ] Added automated test coverage as appropriate for this change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Should be able to overwrite CDVLaunchScreen.storyboard with resource-file in
> config.xml
> ---------------------------------------------------------------------------------------
>
> Key: CB-14141
> URL: https://issues.apache.org/jira/browse/CB-14141
> Project: Apache Cordova
> Issue Type: Improvement
> Components: cordova-ios
> Reporter: Darryl Pogue
> Assignee: Darryl Pogue
> Priority: Minor
>
> It should be possible to overwrite the CDVLaunchScreen.storyboard file using
> {{resource-file}} in config.xml, but that has an unfortunate side effect of
> adding it to the Xcode project twice.
> When installing resources from config.xml {{resource-file}} tags, we should
> log a warning if the file already exists and skip adding it to the Xcode
> project.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]