| 22 | * A class representing single Xcode project and operating on its `.xcodeproj` file. |
| 23 | */ |
| 24 | export default class XcodeProject { |
| 25 | /** |
| 26 | * Creates `XcodeProject` instance from given path to `.xcodeproj` file. |
| 27 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected