Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/
H A DlaunchApp.ts19 const appId = await profile(getBundleIdentifierForBinaryAsync)(binaryPath);
54 async function getBundleIdentifierForBinaryAsync(binaryPath: string): Promise<string> { function