Searched refs:podfilePropertiesPath (Results 1 – 1 of 1) sorted by relevance
208 const podfilePropertiesPath = path.join(projectRoot, 'ios', 'Podfile.properties.json'); constant209 if (fs.existsSync(podfilePropertiesPath)) {210 const props = await parsePodfilePropertiesAsync(podfilePropertiesPath);245 podfilePropertiesPath: string248 return JSON.parse(await fs.readFile(podfilePropertiesPath, 'utf8'));