Create low-profile.rb

This commit is contained in:
Nindi Gill
2023-10-09 23:38:55 +11:00
parent 2f6828a00e
commit 5b7d1156bb
+24
View File
@@ -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