import Cocoa import SwiftUI @main struct XcodesApp: App { var body: some Scene { WindowGroup { ContentView() } } }