[TIMOB-5292] Add support for iPad appicon resolution file to info.plist template
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2011-09-15T13:08:12.000+0000 |
| Affected Version/s | Release 1.7.2 |
| Fix Version/s | Sprint 2011-37 |
| Components | iOS |
| Labels | ios |
| Reporter | Tim Poulsen |
| Assignee | Sabil Rahim |
| Created | 2011-09-15T12:11:18.000+0000 |
| Updated | 2017-03-07T19:53:33.000+0000 |
Description
Per Apple's requirements, iPhone non-retina appicons should be 57x57, retina should be 114x114, and iPad should be 72x72. The current Info.plist template supports appicon.png and appicon@2x.png, but nothing for ipad. Please add suport an appicon72.png so that a universal app can include icons for all three target devices.
A fix involves a simple update to the /Library/Application Support/Titanium/mobilesdk/osx/VERSION/iphone/Info.plist file. See the following Q&A for the inspiration for this fix: http://developer.appcelerator.com/question/118232/universal-app-submission-error#answer-214335
this issue was resolved by timob-4313 and the fix is already in master. The correct usage of the various icon sets would be appicon.png appicon@2x.png appicon-72.png iTunesArtwork appicon-Small-50.png appicon-Small.png appicon-Small@2x.png
Closing ticket as duplicate.