Home
last modified time | relevance | path

Searched defs:CFBundleIdentifier (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DInstallationProxyClient.ts27 CFBundleIdentifier?: string; property
62 CFBundleIdentifier: string; property
/expo/packages/@expo/cli/src/run/ios/
H A DlaunchApp.ts56 const { CFBundleIdentifier } = await parsePlistAsync(builtInfoPlistPath); constant
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts152 const { CFBundleIdentifier } = await parsePlistAsync(builtInfoPlistPath); constant