Searched refs:ProjectSpecPlatform (Results 1 – 2 of 2) sorted by relevance
13 platform: ProjectSpecPlatform[];27 export type ProjectSpecPlatform = 'iOS' | 'macOS' | 'tvOS' | 'watchOS'; alias59 deploymentTarget: Record<ProjectSpecPlatform, string>;
11 ProjectSpecPlatform,18 const PLATFORMS_MAPPING: Record<string, ProjectSpecPlatform> = {62 }, {} as Record<ProjectSpecPlatform, string>);