guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.86k stars 334 forks source link

Fix `bluetooth:disable` & `bluetooth:enable` commands #173

Closed Livshitz closed 3 years ago

Livshitz commented 3 years ago

The daemon name blued (at least until macOS 10.11 El Capitan), has been changed to bluetoothd, source: https://mogutan.wordpress.com/2018/07/24/switch-bluetooth-setting-from-command-line-on-macos/

Currently, running those commands on osx>10.11 will result in: No matching processes were found

guarinogabriel commented 3 years ago

Thanks for your contribution!