Home
last modified time | relevance | path

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

/expo/tools/src/dynamic-macros/
H A DIosMacrosGenerator.ts17 const plistFileContent = await fs.readFile(plistPath, 'utf8'); constant
18 return plist.parse(plistFileContent);