Releases: briankendall/forceFullDesktopBar
v1.2.1 Support for Ventura
This appears to fix the issues with Ventura on Apple Silicon macs. If you are running an earlier version of macOS or have an Intel mac then there's no reason to update to this version.
Note to Apple Silicon: In addition to disabling SIP, you must also execute the following in a terminal window and reboot before forceFullDesktopBar will work:
sudo nvram boot-args=-arm64e_preview_abi
v1.2 - Support for Apple Silicon
Now supports Apple Silicon macs as well as Intel macs.
Note to Apple Silicon: In addition to disabling SIP, you must also execute the following in a terminal window and reboot before forceFullDesktopBar will work:
sudo nvram boot-args=-arm64e_preview_abi
v1.1.2 - Support for Big Sur on intel macs
Fixed in macOS Big Sur. Does not support arm64 macs.
v1.1.1 - Support for Magic Mouse 2
Adds support for Magic Mouse 2 when used in macOS 10.13 and 10.14.
v1.1.0 - High Sierra and Mojave compatible
- Using new method that works in macOS 10.13 and 10.14
- When in daemon mode, the app will not continue to inject into the Dock if the Dock process terminates and relaunches less than seven seconds later (prevents endless restart cycles)
- Uninstall script kills the Dock so that it relaunches and has normal behavior again
v1.0.1
Accidentally used the wrong version of install.sh and net.briankendall.forceFullDesktopBar.plist. Installing the software using install.sh should work properly now.