[TIMOB-17484] iTunesArtwork files should not be packaged with app per Apple recommendations
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2014-08-11T20:17:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Ingo Muschenetz |
Created | 2014-08-11T20:13:28.000+0000 |
Updated | 2014-08-11T20:17:35.000+0000 |
Description
The
ti build
command should remove the iTunesArtwork(@2x) files prior to packaging when the target is dist-appstore as is advised by Apple: https://developer.apple.com/library/iOs/qa/qa1686/_index.html These files are used only for iTunes (desktop app) syncing with AdHoc builds or during app development. The high-res icon developers upload to the iTunes portal as part of publishing is used by the iTunes sync with apps published to the app store.
Removing these files from the bundle could make for measurably smaller files.
D'oh! Already filed this