Home
last modified time | relevance | path

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

/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js96 function getSDKPath() { function
113 'key.compilerargs': [file.path, '-target', 'arm64-apple-ios', '-sdk', getSDKPath()],
H A DgetStructure.js.map1getSDKPath() {\n if (cachedSDKPath) {\n return cachedSDKPath;\n }\n const sdkPath = execSync…
/expo/packages/expo-modules-test-core/src/
H A DgetStructure.ts110 function getSDKPath() { function
128 'key.compilerargs': [file.path, '-target', 'arm64-apple-ios', '-sdk', getSDKPath()], constant