Track UI Events and Network Activity in macOS Using Rust + SwiftUI
Most macOS apps are black boxes. You click a button, something happensโmaybe a network request, maybe some system interactionโbut it's hard to know what unless you own the source code.So I built a...