()
| 10 | let overriddenXcodemakePath: string | null = null; |
| 11 | |
| 12 | export function isXcodemakeEnabled(): boolean { |
| 13 | return getConfig().incrementalBuildsEnabled; |
| 14 | } |
| 15 | |
| 16 | function getXcodemakeCommand(): string { |
| 17 | return overriddenXcodemakePath ?? 'xcodemake'; |
no test coverage detected