(self)
| 2814 | # by rules or script phases and are placed in intermediate directories such |
| 2815 | # as DerivedSources. |
| 2816 | def IntermediatesGroup(self): |
| 2817 | return self._GroupByName("Intermediates") |
| 2818 | |
| 2819 | # FrameworksGroup and ProjectsGroup are top-level groups used to collect |
| 2820 | # frameworks and projects. |
nothing calls this directly
no test coverage detected