Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts59 const unescapedPath = filePath.split(/\\ /).join(' '); constant
60 if (fs.existsSync(unescapedPath)) {
61 return unescapedPath;