MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / overrideXcodemakeCommand

Function overrideXcodemakeCommand

src/utils/xcodemake.ts:46–49  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

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

Callers 1

installXcodemakeFunction · 0.85

Calls 1

logFunction · 0.90

Tested by

no test coverage detected