Searched refs:frameworkPath (Results 1 – 3 of 3) sorted by relevance
92 const frameworkPath = flavorToFrameworkPath(target, flavor); constant93 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);
40 frameworkPath: string;
186 const frameworkPath = await findFrameworkForProjectAsync(dependencyName);188 if (frameworkPath) {190 framework: frameworkPath,