(resource, pbxp, xct)
| 546 | |
| 547 | |
| 548 | def AddResourceToTarget(resource, pbxp, xct): |
| 549 | # TODO(mark): Combine with AddSourceToTarget above? Or just inline this call |
| 550 | # where it's used. |
| 551 | xct.ResourcesPhase().AddFile(resource) |
| 552 | |
| 553 | |
| 554 | def AddHeaderToTarget(header, pbxp, xct, is_public): |
no test coverage detected