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

Function buildXcuserstatePath

src/utils/xcode-state-reader.ts:190–195  ·  view source on GitHub ↗
(projectPath: string, username: string)

Source from the content-addressed store, hash-verified

188}
189
190function buildXcuserstatePath(projectPath: string, username: string): string {
191 const base = projectPath.endsWith('.xcworkspace')
192 ? projectPath
193 : `${projectPath}/project.xcworkspace`;
194 return `${base}/xcuserdata/${username}.xcuserdatad/UserInterfaceState.xcuserstate`;
195}
196
197export async function lookupSimulatorName(
198 ctx: XcodeStateReaderContext,

Callers 1

findXcodeStateFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected