Swift/Xcode/tvOS - Launch Screen

Seems the LaunchScreen Storyboard concept works fine for iPhone/iPad, but has been deprecated/removed from tvOS. I have all the other tvOS assets for AppIcon and Topshelf. but there is a brief “white” screen on app launch (this is filled with the LaunchScreen for iPhone)

Anyone know how to compensate for this?

Does it still support Launch Images ?

you can have both sorts of assets in a project from what I recall

Nope, nor does it support Launch Screen Storyboards.

However, after some testing (at least with this app) the white screen appears for about 1 to 2 seconds ONLY when first compiling… If I run it via the real device afterwards, there is no perceptable delay