Skip to content

Commit

Permalink
Merge branch 'swift' of https://github.com/kcrawford/dockutil into swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kcrawford committed Feb 22, 2022
2 parents 1e3d4f2 + 605d961 commit 0031533
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
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)
- Add, List, Move, Find, Remove Dock Items
- Supports Applications, Folders, Stacks, URLs.
Expand All @@ -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
Expand Down Expand Up @@ -138,5 +143,4 @@ Version 1.1

**LIMITATIONS AND DEPENDENCIES**

Requires plistlib

0 comments on commit 0031533

Please sign in to comment.