Ionic resources -> ios remove transparency

hi,

ionic resources is awesome.
Is it possible to further enhance it with automatically removing transparency for ios icons?
Android supports transparent png for icons and it would be nice to keep that.

Thanks!

ah. for anyone else reading this, a quick fix here is in the docs
Thank you Ionic team! :grin:

http://ionicframework.com/docs/cli/icon-splashscreen.html

Platform Specific Resource Images

One source image can be used to generate images for each platform by placing the file within the resources directory, such as resources/icon.png.
To use different source images for individual platforms, place the
source image in the respective platform’s directory. For example, to use
a different icon for Android, it should follow this path: resources/android/icon.png, and a different image for iOS would use this path: resources/ios/icon.png.

2 Likes