[TIMOB-20626] SplashScreen's are packaged even if LaunchScreen storyboard is used
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-03-25T18:47:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Chee Kiat Ng |
Created | 2016-03-25T13:30:19.000+0000 |
Updated | 2016-03-25T18:47:31.000+0000 |
Description
Originally reported on Ti.Slack. The user reports, that the (legacy) splash screen are packaged, even if the storyboard is used.
Maybe it's just visible on the Simulator because the CLI fallbacks to the SplashScreens and it doesn't package it for production, but we should ensure it's not packaged at all.
/cc [~cbarber] [~fokkezb]
This is because of older versions of iOS. I don't remember if was for iOS 7 or 8. So, I'm not sure I would consider this a bug. Note that splash screens are the only way to support internationalized launch screens.
That's a very good reason! So as long as we support iOS 7, we need to package them. I guess.