kean / Pulse

Network logger for Apple platforms
https://pulselogger.com
MIT License
6.32k stars 302 forks source link

Pulse 4 #184

Closed kean closed 1 year ago

bddq commented 1 year ago

Why the Pulse app (through TestFlight) needs macOS 13 and not the SDK? I cannot test the app because I'm on macOS 12 🤷‍♂️

kean commented 1 year ago

Why the Pulse app (through TestFlight) needs macOS 13 and not the SDK?

The app has significantly more features than the SDK. It's built predominantly using SwiftUI and uses a lot of macOS 13+ only APIs. For example, without NavigationSplitView and openWindow, it would've been impossible to implement the same navigation. And without FocusedObject, I couldn't add proper app-wide commands.