Home
last modified time | relevance | path

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

/expo/tools/src/prebuilds/
H A DXcodeProject.ts28 static async fromXcodeprojPathAsync(xcodeprojPath: string): Promise<XcodeProject> { method in XcodeProject
H A DPrebuilder.ts199 return await XcodeProject.fromXcodeprojPathAsync(xcodeprojPath);