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

Method FrameworksPhase

tools/gyp/pylib/gyp/xcodeproj_file.py:2670–2676  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2668 return sources_phase
2669
2670 def FrameworksPhase(self):
2671 frameworks_phase = self.GetBuildPhaseByType(PBXFrameworksBuildPhase)
2672 if frameworks_phase is None:
2673 frameworks_phase = PBXFrameworksBuildPhase()
2674 self.AppendProperty("buildPhases", frameworks_phase)
2675
2676 return frameworks_phase
2677
2678 def AddDependency(self, other):
2679 # super

Callers 3

AddDependencyMethod · 0.95
AddSourceToTargetFunction · 0.80
GenerateOutputFunction · 0.80

Calls 3

GetBuildPhaseByTypeMethod · 0.95
AppendPropertyMethod · 0.80

Tested by

no test coverage detected