Does anyone know if we can specify our own icon names in build.settings under iphone.plist.CFBundleIconFiles rather than use the ones documented here?
The reason I ask is because I want to use this handy app icon template by savvyapps which outputs icons with a different naming convention. It’s the best template I’ve found so far that offers all the sizes Apple requires in the iOS Human Interace Guidelines.
Can I do something like this… or will it not be recognised during the Corona build process?
CFBundleIconFiles = { "AppIcon24x24.png", "AppIcon24x24@2x.png", "AppIcon27x27.png", "AppIcon27x27@2x.png", "AppIcon29x29-W.png", "AppIcon29x29-W@3x.png", "AppIcon29x29.png", "AppIcon29x29@2x.png", "AppIcon40x40-W.png", "AppIcon40x40-W@2x.png", "AppIcon40x40.png", "AppIcon40x40@2x.png", "AppIcon40x40@3x.png", "AppIcon44x44.png", "AppIcon44x44@2x.png", "AppIcon50x50.png", "AppIcon50x50@2x.png", "AppIcon57x57.png", "AppIcon57x57@2x.png", "AppIcon60x60.png", "AppIcon60x60@2x.png", "AppIcon60x60@3x.png", "AppIcon72x72.png", "AppIcon72x72@2x.png", "AppIcon76x76.png", "AppIcon76x76@2x.png", "AppIcon84x84.png", "AppIcon84x84 @2x.png", "AppIcon86x86.png", "AppIcon86x86@2x.png", "AppIcon87x87@3x.png", "AppIcon98x98.png", "AppIcon98x98@2x.png" }
It’s difficult to test this because I don’t have every iOS device.