Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/
H A DrunIosAsync.ts37 const binaryPath = await profile(XcodeBuild.getAppBinaryPath)(buildOutput);
H A DXcodeBuild.ts24 export function getAppBinaryPath(buildOutput: string) { function
/expo/packages/@expo/cli/src/run/ios/__tests__/
H A DrunIosAsync-test.ts52 getAppBinaryPath: jest.fn(() => '/mock_binary'),