Searched refs:ProjectSpec (Results 1 – 3 of 3) sorted by relevance
9 ProjectSpec,31 export async function generateXcodeProjectAsync(dir: string, spec: ProjectSpec): Promise<string> {57 ): Promise<ProjectSpec> {
8 import { ProjectSpec } from './XcodeGen.types';38 static async generateProjectFromSpec(dir: string, spec: ProjectSpec): Promise<XcodeProject> {
3 export type ProjectSpec = { alias