Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DwithIosSplashScreen-test.ts81 const infoPlist = await readPlistAsync('/app/ios/HelloWorld/Info.plist');
127 const infoPlist = await readPlistAsync('/app/ios/HelloWorld/Info.plist');
163 function readPlistAsync(plistPath: string) { function
/expo/tools/src/dynamic-macros/
H A DIosMacrosGenerator.ts16 async function readPlistAsync(plistPath: string): Promise<PlistObject> { function
155 const infoPlist = await readPlistAsync(infoPlistPath);