Searched refs:fileTargetPath (Results 1 – 1 of 1) sorted by relevance
867 const fileTargetPath = path.join(targetDir, fileRelativePath); constant869 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); constant939 await addFileToPbxprojAsync(fileTargetPath, targetDir, pbxproj);