In UIKit, UIScreen and UIWindow APIs exist to show a custom UIView on a connected screen (e. g. Lightning to HDMI adapter) instead of mirroring my app's UI.
I would like to achieve the same using the new SwiftUI App Lifecycle, and I have not found any documentation on how to achieve it. How can I show a SwiftUI View on an external screen?