kcrawford / dockutil

command line tool for managing dock items
http://patternbuffer.wordpress.com
Apache License 2.0
1.37k stars 131 forks source link

Fix the version check for Big Sur #105

Closed antifuchs closed 3 years ago

antifuchs commented 3 years ago

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

kcrawford commented 3 years ago

Thanks good find

berndkrannich commented 3 years ago

@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.