Home
last modified time | relevance | path

Searched refs:frameworkPath (Results 1 – 3 of 3) sorted by relevance

/expo/tools/src/prebuilds/
H A DXcodeProject.ts92 const frameworkPath = flavorToFrameworkPath(target, flavor); constant
93 const stat = await fs.lstat(path.join(frameworkPath, target));
97 await fs.remove(path.join(frameworkPath, 'Headers'));
100 await fs.remove(path.join(frameworkPath, '_CodeSignature'));
105 frameworkPath,
117 const frameworkPaths = frameworks.map((framework) => framework.frameworkPath);
H A DXcodeProject.types.ts40 frameworkPath: string;
H A DPrebuilder.ts186 const frameworkPath = await findFrameworkForProjectAsync(dependencyName);
188 if (frameworkPath) {
190 framework: frameworkPath,