(path: string)
| 44 | } |
| 45 | |
| 46 | function overrideXcodemakeCommand(path: string): void { |
| 47 | overriddenXcodemakePath = path; |
| 48 | log('info', `Using overridden xcodemake path: ${path}`); |
| 49 | } |
| 50 | |
| 51 | async function installXcodemake(): Promise<boolean> { |
| 52 | const tempDir = os.tmpdir(); |
no test coverage detected