From 00a5ba67f9c676a66804e0e6934df44f7a5784c2 Mon Sep 17 00:00:00 2001 From: Niklas Rousset Date: Sun, 3 Dec 2023 17:46:12 +0100 Subject: [PATCH] Add zap stanza to BrightIntosh --- Casks/b/brightintosh.rb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Casks/b/brightintosh.rb b/Casks/b/brightintosh.rb index 81eeb36e54..0c33c0bebe 100644 --- a/Casks/b/brightintosh.rb +++ b/Casks/b/brightintosh.rb @@ -13,7 +13,17 @@ cask "brightintosh" do strategy :sparkle, &:short_version end - depends_on macos: "> :monterey" + depends_on macos: ">= :ventura" + depends_on arch: :arm64 app "BrightIntosh.app" + + zap trash: [ + "~/Library/Application Scripts/de.brightintosh.app", + "~/Library/Application Scripts/de.brightintosh.launcher", + "~/Library/Caches/de.brightintosh.app", + "~/Library/Containers/de.brightintosh.app", + "~/Library/Containers/de.brightintosh.launcher", + "~/Library/HTTPStorages/de.brightintosh.app", + ] end