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

Class PBXSourcesBuildPhase

tools/gyp/pylib/gyp/xcodeproj_file.py:1996–2003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1994
1995
1996class PBXSourcesBuildPhase(XCBuildPhase):
1997 # No additions to the schema relative to XCBuildPhase.
1998
1999 def Name(self):
2000 return "Sources"
2001
2002 def FileGroup(self, path):
2003 return self.PBXProjectAncestor().RootGroupForPath(path)
2004
2005
2006class PBXFrameworksBuildPhase(XCBuildPhase):

Callers 2

PBXNativeTargetClass · 0.85
SourcesPhaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected