Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/
H A DexportHermes.ts208 const podfilePropertiesPath = path.join(projectRoot, 'ios', 'Podfile.properties.json'); constant
209 if (fs.existsSync(podfilePropertiesPath)) {
210 const props = await parsePodfilePropertiesAsync(podfilePropertiesPath);
245 podfilePropertiesPath: string
248 return JSON.parse(await fs.readFile(podfilePropertiesPath, 'utf8'));