[TIMOB-19297] iOS9: Titanium CLI automatically converts app icons and launch images to assets catalog
GitHub Issue | n/a |
---|---|
Type | Technical task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-08-14T23:54:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.0.0 |
Components | iOS, Tooling |
Labels | appthinning |
Reporter | Chee Kiat Ng |
Assignee | Chris Barber |
Created | 2015-07-31T03:12:29.000+0000 |
Updated | 2017-03-16T22:09:09.000+0000 |
Description
Similarly, app Icons and launch images can enjoy the benefit of app thinning if they are already in the assets catalog. Can do similar method to use titanium CLI to auto transfer existing icons and launch images to corresponding assets catalogs.
PR: https://github.com/appcelerator/titanium_mobile/pull/7025
Here's the docs ticket: TIDOC-2281
NOTE: We only support adding default launch images to the asset catalog. We do not support adding i18n launch images. Not sure if we can even support that.
It seems indeed that launch asset catalogs or storyboard no longer support that: http://db42.in/2015/02/15/locale-based-ios-app-branding/ We should communicatie this as breaking change (by Apple) in our release notes.
Closing ticket as fixed.