erisu commented on issue #1090: URL: https://github.com/apache/cordova-docs/issues/1090#issuecomment-2713450202
**Is the above still useful?** If it is still relevant, adding it would be great. The update would go into this file: https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md I noticed that the sample XML code block already includes an `iTunes` icon with a `1024x1024` resolution, but I do not see an example for `512x512`. ```xml <!-- iTunes Marketing Image --> <icon src="res/ios/icon-1024.png" width="1024" height="1024" /> ``` For the **"can't have an alpha channel"** statement, perhaps we could add a `**Notes:**` section below the XML code block to list important details. **Was the above tested and confirmed to work?** While reviewing the Cordova-iOS core code, I wondered whether the icon resource mapping method needs to be updated: [cordova-ios - prepare.js (Line 359)](https://github.com/apache/cordova-ios/blob/master/lib/prepare.js#L359). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org