Home
last modified time | relevance | path

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

/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js100 …const sdkPath = (0, child_process_1.execSync)('xcrun --sdk iphoneos --show-sdk-path').toString().t…
101 cachedSDKPath = sdkPath;
H A DgetStructure.js.map1 …dSDKPath;\n }\n const sdkPath = execSync('xcrun --sdk iphoneos --show-sdk-path').toString().trim…
/expo/packages/expo-modules-test-core/src/
H A DgetStructure.ts114 const sdkPath = execSync('xcrun --sdk iphoneos --show-sdk-path').toString().trim(); constant
115 cachedSDKPath = sdkPath;