| 1994 | |
| 1995 | |
| 1996 | class 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 | |
| 2006 | class PBXFrameworksBuildPhase(XCBuildPhase): |
no outgoing calls
no test coverage detected