| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { createMockExecutor } from '../../test-utils/mock-executors.ts'; |
| 3 | import { XcodePlatform } from '../../types/common.ts'; |
| 4 | import { detectPlatformFromScheme } from '../platform-detection.ts'; |
nothing calls this directly
no test coverage detected