[TIMOB-24477] iOS: Detect storyboard usage automatically, remove <enable-launch-screen-storyboard> property
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 6.0.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | cb-tooling, ios, storyboard, titaniumlib |
Reporter | Hans Knöchel |
Assignee | Chris Barber |
Created | 2017-03-12T18:06:08.000+0000 |
Updated | 2020-03-06T21:35:05.000+0000 |
Description
I thought about this a while ago and a recent test case reminded me of it. We add the
<enable-launch-screen-storyboard>
by default to new projects, using the "LaunchScreen.storyboard" file.
This is great, but it would be even greater if we would not need the tiapp flag for this anymore and instead be able to just check the existence of the file and decide whether to use it or not. That should be fine for the developer and also keeps the tiapp.xml more clean.
[~cbarber] [~emerriman] thoughts?
No comments