Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/
H A DlaunchApp.ts10 import { parsePlistAsync } from '../../utils/plist';
56 const { CFBundleIdentifier } = await parsePlistAsync(builtInfoPlistPath);
/expo/packages/@expo/cli/src/utils/
H A Dplist.ts13 export async function parsePlistAsync(plistPath: string) { function
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts18 import { parsePlistAsync } from '../../../utils/plist';
152 const { CFBundleIdentifier } = await parsePlistAsync(builtInfoPlistPath);