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

Class PBXResourcesBuildPhase

tools/gyp/pylib/gyp/xcodeproj_file.py:1986–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984
1985
1986class PBXResourcesBuildPhase(XCBuildPhase):
1987 # No additions to the schema relative to XCBuildPhase.
1988
1989 def Name(self):
1990 return "Resources"
1991
1992 def FileGroup(self, path):
1993 return self.PBXProjectAncestor().RootGroupForPath(path)
1994
1995
1996class PBXSourcesBuildPhase(XCBuildPhase):

Callers 1

ResourcesPhaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected