From 1fe9051d8bc441479b4767042f1a54dee1501c19 Mon Sep 17 00:00:00 2001 From: Muneeb Ahmed Date: Tue, 9 Feb 2021 02:02:52 -0800 Subject: [PATCH 1/6] Add zap for amazon-workspaces --- Casks/amazon-workspaces.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/amazon-workspaces.rb b/Casks/amazon-workspaces.rb index 5503299e7ad5..5584820060d4 100644 --- a/Casks/amazon-workspaces.rb +++ b/Casks/amazon-workspaces.rb @@ -15,4 +15,10 @@ pkg "WorkSpaces.pkg" uninstall pkgutil: "com.amazon.workspaces" + + zap trash: [ + "~/Library/Caches/com.amazon.workspaces", + "~/Library/Preferences/com.amazon.workspaces.plist", + "~/Library/Saved Application State/com.amazon.workspaces.savedState", + ] end From 7b47db3b41e93feba2f1739cecbf9a5b406b9438 Mon Sep 17 00:00:00 2001 From: Muneeb Ahmed Date: Tue, 9 Feb 2021 02:03:07 -0800 Subject: [PATCH 2/6] Add zap for background-music --- Casks/background-music.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/background-music.rb b/Casks/background-music.rb index 0e0777200b1c..01d588363241 100644 --- a/Casks/background-music.rb +++ b/Casks/background-music.rb @@ -18,4 +18,6 @@ uninstall pkgutil: "com.bearisdriving.BGM", quit: "com.bearisdriving.BGM.App", launchctl: "com.bearisdriving.BGM.XPCHelper" + + zap trash: "~/Library/Preferences/com.bearisdriving.BGM.App.plist" end From 88ceb3c1a83b1a0e766c2a1b3a301b25177d34d1 Mon Sep 17 00:00:00 2001 From: Muneeb Ahmed Date: Tue, 9 Feb 2021 02:03:26 -0800 Subject: [PATCH 3/6] Add zap for edex-ui --- Casks/edex-ui.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/edex-ui.rb b/Casks/edex-ui.rb index a353c6a70d7c..96b5c40a1898 100644 --- a/Casks/edex-ui.rb +++ b/Casks/edex-ui.rb @@ -8,4 +8,10 @@ homepage "https://github.com/GitSquared/edex-ui" app "eDEX-UI.app" + + zap trash: [ + "~/Library/Application Support/eDEX-UI", + "~/Library/Saved Application State/com.edex.ui.savedState", + "~/Library/Preferences/com.edex.ui.plist", + ] end From fd5f4338a6af126e1e12ff3d8011a08942bc63d9 Mon Sep 17 00:00:00 2001 From: Muneeb Ahmed Date: Tue, 9 Feb 2021 02:03:46 -0800 Subject: [PATCH 4/6] Add zap for pennywise --- Casks/pennywise.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Casks/pennywise.rb b/Casks/pennywise.rb index 479291b5d256..aee66babbd96 100644 --- a/Casks/pennywise.rb +++ b/Casks/pennywise.rb @@ -8,4 +8,11 @@ homepage "https://github.com/kamranahmedse/pennywise" app "Pennywise.app" + + zap trash: [ + "~/Library/Application Support/Pennywise", + "~/Library/Logs/Pennywise", + "~/Library/Preferences/info.kamranahmed.pennywise.plist", + "~/Library/Saved Application State/info.kamranahmed.pennywise.savedState", + ] end From 9b4edad6d9fd5c469b368b116388342ce6193cb4 Mon Sep 17 00:00:00 2001 From: Muneeb Ahmed Date: Tue, 9 Feb 2021 02:03:58 -0800 Subject: [PATCH 5/6] Add zap for vanilla --- Casks/vanilla.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Casks/vanilla.rb b/Casks/vanilla.rb index d8b1aa024776..d32d8db19a1d 100644 --- a/Casks/vanilla.rb +++ b/Casks/vanilla.rb @@ -11,4 +11,9 @@ depends_on macos: ">= :sierra" app "Vanilla.app" + + zap trash: [ + "~/Library/Application Support/Vanilla", + "~/Library/Preferences/net.matthewpalmer.Vanilla.plist", + ] end From 947b2ea1f02338899d3a9efdce73b80c85898eb5 Mon Sep 17 00:00:00 2001 From: Muneeb Ahmed Date: Sun, 21 Feb 2021 15:02:18 -0800 Subject: [PATCH 6/6] Add zap for parsec --- Casks/parsec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/parsec.rb b/Casks/parsec.rb index 69f5925a09e0..d1fb30400bc9 100644 --- a/Casks/parsec.rb +++ b/Casks/parsec.rb @@ -15,4 +15,6 @@ uninstall pkgutil: "tv.parsec.www", quit: "tv.parsec.www" + + zap trash: "~/.parsec" end