Home
last modified time | relevance | path

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

/expo/tools/src/dynamic-macros/
H A DgenerateDynamicMacros.ts87 const templateSubstitutions = await getTemplateSubstitutionsAsync(); constant
92 await macrosGenerator.generateAsync({ ...args, macros, templateSubstitutions });
98 templateSubstitutions
119 templateSubstitutions: TemplateSubstitutions,
133 for (const [textToReplace, value] of Object.entries(templateSubstitutions)) {
164 async function copyTemplateFilesAsync(platform: string, args: any, templateSubstitutions: any) {
194 templateSubstitutions,
H A DIosMacrosGenerator.ts152 const { infoPlistPath, buildConstantsPath, macros, templateSubstitutions } = options; constant
163 templateSubstitutions