From 5b7d1156bb3913f0fa5aa1a3a81d04b55d37c3a8 Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Mon, 9 Oct 2023 23:38:55 +1100 Subject: [PATCH] Create low-profile.rb --- Casks/l/low-profile.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Casks/l/low-profile.rb diff --git a/Casks/l/low-profile.rb b/Casks/l/low-profile.rb new file mode 100644 index 0000000000..4db4dd3093 --- /dev/null +++ b/Casks/l/low-profile.rb @@ -0,0 +1,24 @@ +cask "low-profile" do + version "4.0.1" + sha256 "09ca984a85e16a6a188d7fc396578f8768fe0c7f8013a2e438ff52ce45388a39" + + url "https://github.com/ninxsoft/LowProfile/releases/download/v#{version}/Low.Profile.#{version}.pkg" + name "Low Profile" + desc "Utility to help inspect Apple Configuration Profile payloads" + homepage "https://github.com/ninxsoft/LowProfile" + + depends_on macos: ">= :ventura" + + pkg "Low.Profile.#{version}.pkg" + + uninstall quit: [ + "com.ninxsoft.lowprofile", + ], + pkgutil: "com.ninxsoft.pkg.lowprofile" + + zap trash: [ + "~/Library/Caches/com.ninxsoft.lowprofile", + "~/Library/Preferences/com.ninxsoft.lowprofile.plist", + "~/Library/Saved Application State/com.ninxsoft.lowprofile.savedState", + ] +end