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