SYMBOL INDEX (29 symbols across 5 files) FILE: lib/creator/android.ts type AndroidCreatorOptions (line 24) | interface AndroidCreatorOptions { class AndroidIconCreator (line 30) | class AndroidIconCreator { method constructor (line 34) | constructor(context: string, opts: AndroidCreatorOptions) { method createAndroidIcons (line 45) | createAndroidIcons(imagePath: string): Promise { method createAdaptiveIcons (line 88) | createAdaptiveIcons(adaptiveIconBackground: string, adaptiveIconForegr... method saveRoundedIcon (line 120) | saveRoundedIcon(image: Buffer, iconDirectory: string, iconName: string... method saveIcon (line 141) | saveIcon(image: Buffer, iconDirectory: string, iconName: string, andro... method updateColorsXmlFile (line 157) | updateColorsXmlFile(adaptiveIconBackground: string) { method updateColorsFile (line 176) | updateColorsFile(colorsXml: string, adaptiveIconBackground: string): P... method createNewColorsFile (line 211) | createNewColorsFile(adaptiveIconBackground: string) { method createAdaptiveIconMipmapXmlFile (line 228) | createAdaptiveIconMipmapXmlFile(): Promise { method createAdaptiveBackgrounds (line 250) | createAdaptiveBackgrounds(adaptiveIconBackground: string, androidResDi... method overwriteAndroidManifestIcon (line 288) | overwriteAndroidManifestIcon(iconName: string): Promise { method transformAndroidManifestIcon (line 316) | transformAndroidManifestIcon(oldManifest: string, iconName: string) { FILE: lib/creator/index.ts type creatorOptions (line 7) | interface creatorOptions { class Creator (line 20) | class Creator { method constructor (line 24) | constructor(opts: creatorOptions) { method resovleOptionPaths (line 50) | resovleOptionPaths() { method run (line 72) | async run() { FILE: lib/creator/ios.ts type IOSCreatorOptions (line 18) | interface IOSCreatorOptions { class IOSIconCreator (line 25) | class IOSIconCreator { method constructor (line 29) | constructor(context: string, opts: IOSCreatorOptions) { method createIosIcons (line 34) | createIosIcons(imagePath: string): Promise { method getIosProjectName (line 83) | getIosProjectName() { method saveIosIcon (line 117) | saveIosIcon(image: Buffer, iconDirectory: string, iconName: string, io... method changeIosLauncherIcon (line 134) | changeIosLauncherIcon(catalogName: string, projectName: string): Promi... method modifyContentsFile (line 184) | modifyContentsFile(newCatalogName: string, newIconName: string, projec... FILE: lib/utils/android.ts type AndroidIcon (line 1) | interface AndroidIcon { FILE: lib/utils/ios.ts type IosIcon (line 1) | interface IosIcon {