import SwiftUI @main struct MyApp: App { init() { #if DEBUG UITestStateReset.runIfRequested() #endif } var body: some Scene { WindowGroup { ContentView() } } }