Searched refs:iosPrefix (Results 1 – 1 of 1) sorted by relevance
13 iosPrefix?: string; property536 iosPrefix: 'LRN',753 async function renameIOSSymbolsAsync(file: string, iosPrefix: string) {757 const transformedContent = content.replace(new RegExp(iosPrefix, 'g'), 'EX');758 const newFileName = file.replace(iosPrefix, 'EX');950 if (step.iosPrefix) {951 console.log(`\nUpdating classes prefix to ${chalk.yellow(step.iosPrefix)} ...`);956 await renameIOSSymbolsAsync(file, step.iosPrefix);