Hi gang,
I want to have an app to run on the menu bar while being invisible on the dock.:
Specifically I use Distill Web Monitor on macOS to track prices for items that I want. The app needs to stay open because, if I close the main app, the menu bar icon also disappears and Distill stops running properly.
What I want is:
- Keep Distill running in the menu bar: the app stays active in the background/menu bar.
- Hide it from the Dock: I don’t want the app icon visible in the Dock while it’s running.
- Avoid editing
Info.plist: I previously tried usingLSUIElementvia Terminal to hide it from the Dock, but that modified the app bundle and broke the code signature, causing macOS to block the app from opening after restart. (this I GPT that wrote this as I'm a noob ahah)
Is there a way to do this with BTT or any other way? thanks!