Searched refs:relativeProjectPath (Results 1 – 2 of 2) sorted by relevance
65 let relativeProjectPath = path.relative(fs.realpathSync(mainModuleDirectory), projectPath);66 if (relativeProjectPath.split(path.sep)[0] !== '..') {67 relativeProjectPath = path.join('.', relativeProjectPath);71 generatedComment + '\n' + template.replace('{{relativeProjectPath}}', relativeProjectPath);
21 for (const relativeProjectPath of ['ios', 'apps/bare-expo/ios']) { constant22 const absoluteProjectPath = path.join(EXPO_DIR, relativeProjectPath); constant27 logger.info(` Installing pods in ${chalk.yellow(relativeProjectPath)} directory`);