Turns out macOS 11.4 returns "11.4", which dockutil used to interpret as "10.4", causing it to pass the wrong options. Now, we check both components of the version, which should let 10.4 keep working, and fix the various folder options in Big Sur too.
@kcrawford: Any chance to create a new release containing this fix? I'd love to create a PR to bump the corresponding homebrew formula for dockutil. Thanks in advance.
Turns out macOS 11.4 returns "11.4", which dockutil used to interpret as "10.4", causing it to pass the wrong options. Now, we check both components of the version, which should let 10.4 keep working, and fix the various folder options in Big Sur too.
This fixes #104