(self, path)
| 2095 | return "CopyFiles" |
| 2096 | |
| 2097 | def FileGroup(self, path): |
| 2098 | return self.PBXProjectAncestor().RootGroupForPath(path) |
| 2099 | |
| 2100 | def SetDestination(self, path): |
| 2101 | """Set the dstSubfolderSpec and dstPath properties from path. |
nothing calls this directly
no test coverage detected