[TIMOB-15390] CLI: Validate provided app icons are correct for intended deployment target
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-09-13T18:37:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | n/a |
Reporter | Matt Langston |
Assignee | Chris Barber |
Created | 2013-10-03T00:18:40.000+0000 |
Updated | 2017-03-24T17:12:32.000+0000 |
Description
The CLI needs to validate app icons by making sure that the correct icons are provided for the selected deployment targets. For example if the iPad icon(s) are missing then the build should warn if iPad is specified as a deployment target.
For iOS, the icon-to-deployment mapping rules are specified here:
https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007072
Since the introduction of the
DefaultIcon.png
in Titanium SDK 5.1.0, it will generate all missing icons.Closing ticket as invalid with reference to the above comments.