From d42ade7f577c08c76e8fb7d2f554b4a73a5fee23 Mon Sep 17 00:00:00 2001 From: Kyle Crawford Date: Tue, 15 Feb 2022 02:58:36 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f55f261..21d4acd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ **INTRODUCTION** dockutil is a command line utility for managing Mac OS X dock items. -It is currently written in Python and makes use of plistlib module included in Mac OS X. -- Compatible with Mac OS X 10.9.x thru 10.15 (use 1.x version for older +It is currently written in Swift. +- Compatible with macOS Big Sur & Monterey (use 2.x version for older OSes) - Add, List, Move, Find, Remove Dock Items - Supports Applications, Folders, Stacks, URLs. @@ -14,6 +14,11 @@ It is currently written in Python and makes use of plistlib module included in M **CHANGELOG** +Version 3.0.0 +- Rewrite in Swift for macOS 12.3 compatibility +- Feature compatibility with previous version +- Find, Add, Remove by bundle identifier, URL or path + Version 2.0.5 - 10.12 fix for Dock restart - Add and remove spacer tiles @@ -138,5 +143,4 @@ Version 1.1 **LIMITATIONS AND DEPENDENCIES** -Requires plistlib From 605d961e4aa3c89c45f84dc25844eff92ebf10af Mon Sep 17 00:00:00 2001 From: Kyle Crawford Date: Tue, 15 Feb 2022 02:59:10 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d4acd..fe8cc8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **INTRODUCTION** -dockutil is a command line utility for managing Mac OS X dock items. +dockutil is a command line utility for managing macOS dock items. It is currently written in Swift. - Compatible with macOS Big Sur & Monterey (use 2.x version for older OSes)