From cb8a5f0ed9b9438e169ac653fa6a2a966c117c68 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Tue, 14 Nov 2023 10:27:45 +0800 Subject: [PATCH] Update kubecontext.rb --- Casks/k/kubecontext.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Casks/k/kubecontext.rb b/Casks/k/kubecontext.rb index 55cdbee047..3954dfbe55 100644 --- a/Casks/k/kubecontext.rb +++ b/Casks/k/kubecontext.rb @@ -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