Home
last modified time | relevance | path

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

/expo/tools/src/prebuilds/
H A DPrebuilder.ts153 const pathsToRemove = [`${xcodeProject.name}.xcodeproj`, INFO_PLIST_FILENAME]; constant
156 pathsToRemove.map((pathToRemove) => fs.remove(path.join(xcodeProject.rootDir, pathToRemove)))