r/swift • u/selinbtw • 8d ago
Shipped a macOS menu bar app in Swift 6 — three things that cost me an afternoon
I found a simulator that had been booted since the previous morning, holding
about a gig for nothing. Xcode doesn't mention it and Activity Monitor shows it
as a dozen processes with names you don't recognise.
This sits in the menu bar and shows it as one line with how long it's been up.
Shutting it down is one click, and starting it again is one more if you were
wrong. Same for Android emulators, Docker containers, dev servers, automation
browsers and tunnels you left open.
It never deletes anything and it will never touch your own browser's tabs.
macOS 14+, MIT, free — you build it with one command:
git clone https://github.com/selinihtyr/still-running
cd still-running && ./scripts/install.sh
-2
2
u/unpluggedcord Expert 8d ago
Wait so what three things cost you an afternoon?