Searched refs:specPath (Results 1 – 1 of 1) sorted by relevance
| /expo/tools/src/prebuilds/ |
| H A D | XcodeGen.ts | 32 const specPath = path.join(dir, `${spec.name}.spec.json`); constant 35 await fs.outputJSON(specPath, spec, { 40 await spawnAsync('yarn', ['--silent', 'run', 'xcodegen', '--quiet', '--spec', specPath], { 46 await fs.remove(specPath);
|