Home
last modified time | relevance | path

Searched refs:ProjectSpecPlatform (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/prebuilds/
H A DXcodeGen.types.ts13 platform: ProjectSpecPlatform[];
27 export type ProjectSpecPlatform = 'iOS' | 'macOS' | 'tvOS' | 'watchOS'; alias
59 deploymentTarget: Record<ProjectSpecPlatform, string>;
H A DXcodeGen.ts11 ProjectSpecPlatform,
18 const PLATFORMS_MAPPING: Record<string, ProjectSpecPlatform> = {
62 }, {} as Record<ProjectSpecPlatform, string>);