| 1984 | |
| 1985 | |
| 1986 | class 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 | |
| 1996 | class PBXSourcesBuildPhase(XCBuildPhase): |