()
| 33 | } |
| 34 | |
| 35 | export function getWorkspacesDir(): string { |
| 36 | return path.join(getXcodeBuildMCPAppDir(), 'workspaces'); |
| 37 | } |
| 38 | |
| 39 | function normalizeWorkspaceKey(workspaceKey: string): string { |
| 40 | const normalized = workspaceKey.trim(); |
no test coverage detected