With the new App Scene WindowGroup structure in Xcode 12, how can you specify the white status bar? I've searched around but so far have not been able to find an answer.
Code Block swift @main struct MyApp: App { var body: some Scene { WindowGroup { AppView() } } }