From 3b6046dbd1d99f4f6aaba3501a891c2be6b01e51 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 16 Jan 2025 06:19:09 -0700 Subject: [PATCH] Added package macosutils (#2970) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 68fac67..97c88d7 100644 --- a/packages.json +++ b/packages.json @@ -34433,6 +34433,23 @@ "license": "MIT", "web": "https://github.com/elcritch/sigils" }, + { + "name": "macosutils", + "url": "https://github.com/elcritch/macosutils", + "method": "git", + "tags": [ + "macos", + "osx", + "system", + "utilities", + "cfcore", + "corefoundation", + "wrapper" + ], + "description": "MacOS/OSX system util wrappers for CFCore and the like", + "license": "Apache-2.0", + "web": "https://github.com/elcritch/macosutils" + }, { "name": "dmon", "url": "https://github.com/elcritch/dmon-nim",