Searched refs:getBundleIdentifierForBinaryAsync (Results 1 – 1 of 1) sorted by relevance
19 const appId = await profile(getBundleIdentifierForBinaryAsync)(binaryPath);54 async function getBundleIdentifierForBinaryAsync(binaryPath: string): Promise<string> { function