Home
last modified time | relevance | path

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

/expo/tools/src/vendoring/
H A Dlegacy.ts867 const fileTargetPath = path.join(targetDir, fileRelativePath); constant
869 await fs.mkdirs(path.dirname(fileTargetPath));
870 await fs.copy(file, fileTargetPath);
872 console.log(chalk.yellow('>'), chalk.magenta(path.relative(EXPO_DIR, fileTargetPath)));
937 const fileTargetPath = path.join(targetDir, fileRelativePath); constant
939 await addFileToPbxprojAsync(fileTargetPath, targetDir, pbxproj);