Home
last modified time | relevance | path

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

/expo/tools/src/dynamic-macros/
H A DAndroidMacrosGenerator.ts105 async function updateBuildConstants(buildConstantsPath, macros) {
108 chalk.cyan(path.relative(EXPO_DIR, buildConstantsPath))
113 readExistingSourceAsync(path.resolve(buildConstantsPath)),
117 await fs.ensureDir(path.dirname(buildConstantsPath));
118 await fs.writeFile(buildConstantsPath, source, 'utf8');
124 const { buildConstantsPath, macros } = options; constant
126 await updateBuildConstants(path.resolve(buildConstantsPath), macros);
H A DIosMacrosGenerator.ts152 const { infoPlistPath, buildConstantsPath, macros, templateSubstitutions } = options; constant
159 path.resolve(buildConstantsPath),
/expo/tools/src/commands/
H A DAndroidGenerateDynamicMacros.ts13 const buildConstantsPath = constant
14 options.buildConstantsPath || path.join(GENERATED_DIR, 'ExponentBuildConstants.java');
18 buildConstantsPath,
H A DIosGenerateDynamicMacros.ts13 const buildConstantsPath = constant
14 options.buildConstantsPath || path.join(SUPPORTING_DIR, 'EXBuildConstants.plist');
19 buildConstantsPath,