Merge pull request #160056 from Homebrew/miccal-kubecontext

kubecontext: add `depends_on`, update `zap`
This commit is contained in:
Justin Krehel
2023-11-13 21:40:06 -05:00
committed by GitHub
+3 -1
View File
@@ -7,11 +7,13 @@ cask "kubecontext" do
desc "Menu bar app for managing Kubernetes contexts"
homepage "https://github.com/turkenh/KubeContext"
depends_on macos: ">= :big_sur"
app "KubeContext.app"
zap trash: [
"~/Library/Application Scripts/com.ht.kubecontext",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ht.kubecontext.sfl2",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ht.kubecontext.sfl*",
"~/Library/Containers/com.ht.kubecontext",
]
end