icon_512x512@2x

Bartender 3

Organize your menu bar apps

(Developer) Can I disable Bartender for my App whilst Testing

Im a developer and want to disable Bartender for my App while I test it, to prevent the log messages from Bartender appearing in Xcode.
From version 1.0.7 you can do this by adding your Apps Bundle Identifier to Bartenders preferences under the key "IgnoreAppsWithBundleIdentifiers". To do this from the terminal

defaults write com.surteesstudios.Bartender IgnoreAppsWithBundleIdentifiers -array-add "your.App.BundleIdentifier"

To remove all apps from this list, as individual ones cannot be removed with command line tools.

defaults write com.surteesstudios.Bartender IgnoreAppsWithBundleIdentifiers -array