Logs

2025-05-28

I'm working on a macOS app that I use daily. However, I also to development on it pretty much daily. It requires several macOS permissions. However, I was running into issues where the app had the same name but couldn't share permissions. To switch between the two, I had to remove and re-add the...

Logs

2024-01-07

I worked through a basic SwiftUI 2 tutorial to build a simple Mac app. Swift and SwiftUI are an alternative to accomplish the same things Javascript and React do for web. I could also use something like Electron to build a cross-platform app using web technology, but after reading Mihhail's article...