Oddbean new post about | logout
 GM Nostr! 

Seer development in full swing. I toyed with the idea of using Mac Catalyst for the macOS version Seer yesterday, but i decided to backtrack. Fully native SwiftUI is the way to go. I want Seer to feel like it was made for the platform it’s running on and using Mac Catalyst feels like an iPad app running on desktop. Which it is. 😅 
 Nice npub. 
 Thanks! You are the first to notice! 
 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.