MCPcopy Create free account
hub / github.com/nodejs/node / AddResourceToTarget

Function AddResourceToTarget

tools/gyp/pylib/gyp/generator/xcode.py:548–551  ·  view source on GitHub ↗
(resource, pbxp, xct)

Source from the content-addressed store, hash-verified

546
547
548def 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
554def AddHeaderToTarget(header, pbxp, xct, is_public):

Callers 1

GenerateOutputFunction · 0.85

Calls 2

AddFileMethod · 0.80
ResourcesPhaseMethod · 0.80

Tested by

no test coverage detected