Blog migrated to new server

If you’re reading this post it means the server migration went well & this blog is now running from a California datacenter.  Also, took the opportunity to update from Debian 9 to Debian 11 so I don’t need to worry about EOL until June 2026.  Crossing fingers. Until next time,  Marc

MenuBar Items in SwiftUI

Before SwiftUI you would easily add, change or remove menuBarItems from your app Storyboard. With the transition to SwiftUI however, there’s no longer a StoryBoard file to edit… So, what now? After the initial surprise, and having spent a few hours reading documentation… It’s actually a very straightforward three step process: 1. In your @main …