Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DEasDispatch.ts365 const INFO_PLIST_PATH = path.join(EXPO_DIR, 'ios/Exponent/Supporting/Info.plist'); constant
366 const rawPlist = await fs.readFile(INFO_PLIST_PATH, 'utf-8');
382 await fs.writeFile(INFO_PLIST_PATH, plist.build(parsedPlist));