Right on. I want a native SwiftUI version of Nos but I’ve never done a Mac app at all before. Keep us posted on how it goes.
It can be quirky, but for the most part is no different than SwiftUI for iOS. Just some slightly different apis. Rather than put a bunch of #if os(macOS) everywhere I have a separate entry point for macOS. A bit more code to write, but feels cleaner.