From 2ae1cda61202882c39b9f5284989db7e853411eb Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:28 +0100 Subject: [PATCH 01/32] asset-catalog-tinkerer: use `sfl*` in zap trash paths --- Casks/a/asset-catalog-tinkerer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/a/asset-catalog-tinkerer.rb b/Casks/a/asset-catalog-tinkerer.rb index 2e95c91e3e..56d20ba315 100644 --- a/Casks/a/asset-catalog-tinkerer.rb +++ b/Casks/a/asset-catalog-tinkerer.rb @@ -17,7 +17,7 @@ cask "asset-catalog-tinkerer" do app "Asset Catalog Tinkerer.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/br.com.guilhermerambo.asset-catalog-tinkerer.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/br.com.guilhermerambo.asset-catalog-tinkerer.sfl*", "~/Library/Preferences/br.com.guilhermerambo.Asset-Catalog-Tinkerer.plist", ] end From 62f887e652300a353ec20cbb1d68ebdba0d692f2 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:28 +0100 Subject: [PATCH 02/32] clickup: use `sfl*` in zap trash paths --- Casks/c/clickup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/c/clickup.rb b/Casks/c/clickup.rb index 50f0789ee3..9cf874d065 100644 --- a/Casks/c/clickup.rb +++ b/Casks/c/clickup.rb @@ -23,7 +23,7 @@ cask "clickup" do zap trash: [ "~/Library/Application Support/ClickUp Desktop", "~/Library/Application Support/ClickUp", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.clickup.desktop-app.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.clickup.desktop-app.sfl*", "~/Library/Caches/com.clickup.desktop-app", "~/Library/Caches/com.clickup.desktop-app.ShipIt", "~/Library/Logs/ClickUp", From 7b23a5951ddeb6161c304fe0cb28817377e4747a Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:28 +0100 Subject: [PATCH 03/32] ddpm: use `sfl*` in zap trash paths --- Casks/d/ddpm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/d/ddpm.rb b/Casks/d/ddpm.rb index e7eb688214..146054cb07 100644 --- a/Casks/d/ddpm.rb +++ b/Casks/d/ddpm.rb @@ -21,7 +21,7 @@ cask "ddpm" do rmdir: "/Applications/DDPM" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/qisda.autolaunchddpmhelper.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/qisda.autolaunchddpmhelper.sfl*", "~/Library/Caches/Qisda.DDPM", "~/Library/Containers/Qisda.AutoLaunchDDPMHelper", "~/Library/HTTPStorages/Qisda.DDPM", From 85042cbc451ae96f151dc8c7a12023b818fc288f Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:29 +0100 Subject: [PATCH 04/32] disk-drill: use `sfl*` in zap trash paths --- Casks/d/disk-drill.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/d/disk-drill.rb b/Casks/d/disk-drill.rb index b5d544408f..66e33f2496 100644 --- a/Casks/d/disk-drill.rb +++ b/Casks/d/disk-drill.rb @@ -23,7 +23,7 @@ cask "disk-drill" do } zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.cleverfiles.diskdrill.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.cleverfiles.diskdrill.sfl*", "~/Library/Application Support/DiskDrill", "~/Library/Caches/com.cleverfiles.Disk_Drill", "~/Library/Containers/com.cleverfiles.DiskDrill.Media/Data/cfbackd.chief", From b24e43b6452be4f1a38f3ddd8785fc20dca64484 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:29 +0100 Subject: [PATCH 05/32] fission: use `sfl*` in zap trash paths --- Casks/f/fission.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/f/fission.rb b/Casks/f/fission.rb index 33e2bf75c4..d801ace3c2 100644 --- a/Casks/f/fission.rb +++ b/Casks/f/fission.rb @@ -20,7 +20,7 @@ cask "fission" do uninstall quit: "com.rogueamoeba.Fission" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.rogueamoeba.fission.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.rogueamoeba.fission.sfl*", "~/Library/Application Support/Fission/", "~/Library/Caches/com.rogueamoeba.Fission", "~/Library/HTTPStorages/com.rogueamoeba.Fission", From 1893c2a37a293acaf4e2d6d264caa3e9893a16a0 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:29 +0100 Subject: [PATCH 06/32] gargoyle: use `sfl*` in zap trash paths --- Casks/g/gargoyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/g/gargoyle.rb b/Casks/g/gargoyle.rb index 680f87ffd1..cdd1bb5ea1 100644 --- a/Casks/g/gargoyle.rb +++ b/Casks/g/gargoyle.rb @@ -18,7 +18,7 @@ cask "gargoyle" do app "Gargoyle.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.googlecode.garglk.launcher.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.googlecode.garglk.launcher.sfl*", "~/Library/Preferences/com.googlecode.garglk.Launcher.plist", "~/Library/Saved Application State/com.googlecode.garglk.Launcher.savedState", ] From a970ca0e5595efa8688b6e139f780fcf23c7bddb Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:29 +0100 Subject: [PATCH 07/32] interact-scratchpad: use `sfl*` in zap trash paths --- Casks/i/interact-scratchpad.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/i/interact-scratchpad.rb b/Casks/i/interact-scratchpad.rb index a4276519b9..61098f6826 100644 --- a/Casks/i/interact-scratchpad.rb +++ b/Casks/i/interact-scratchpad.rb @@ -20,7 +20,7 @@ cask "interact-scratchpad" do zap trash: [ "~/Library/Application Scripts/com.agiletortoise.Interact-Scratchpad-OSX", "~/Library/Application Scripts/com.agiletortoise.Interact-Scratchpad-OSX.Interact-Scratchpad-Share", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.agiletortoise.interact-scratchpad-osx.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.agiletortoise.interact-scratchpad-osx.sfl*", "~/Library/Containers/com.agiletortoise.Interact-Scratchpad-OSX", "~/Library/Containers/com.agiletortoise.Interact-Scratchpad-OSX.Interact-Scratchpad-Share", ] From 921a1c1f758b9630388fee400a00d1142fe5c73d Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:30 +0100 Subject: [PATCH 08/32] json-viewer: use `sfl*` in zap trash paths --- Casks/j/json-viewer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/j/json-viewer.rb b/Casks/j/json-viewer.rb index a03c4ba46f..f6bb1e3935 100644 --- a/Casks/j/json-viewer.rb +++ b/Casks/j/json-viewer.rb @@ -18,7 +18,7 @@ cask "json-viewer" do zap trash: [ "~/Library/Application Scripts/com.pascalgiguere.JSON-Viewer", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.pascalgiguere.json-viewer.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.pascalgiguere.json-viewer.sfl*", "~/Library/Containers/com.pascalgiguere.JSON-Viewer", ] end From 3288635253df3283e0c6ad2a240c4800a61e76fc Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:30 +0100 Subject: [PATCH 09/32] machoview: use `sfl*` in zap trash paths --- Casks/m/machoview.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/machoview.rb b/Casks/m/machoview.rb index bb68c0fd45..409d3278c5 100644 --- a/Casks/m/machoview.rb +++ b/Casks/m/machoview.rb @@ -10,7 +10,7 @@ cask "machoview" do app "MachOView.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/machoview.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/machoview.sfl*", "~/Library/Preferences/MachOView.plist", ] end From 9f1bfdcaf2f82f8d5cb2e046db8a979f9db7afc0 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:30 +0100 Subject: [PATCH 10/32] mactex: use `sfl*` in zap trash paths --- Casks/m/mactex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/mactex.rb b/Casks/m/mactex.rb index b2ccb16a1d..c5fd2b4f95 100644 --- a/Casks/m/mactex.rb +++ b/Casks/m/mactex.rb @@ -70,7 +70,7 @@ cask "mactex" do "~/Library/Application Scripts/*.fr.chachatelier.pierre.LaTeXiT", "~/Library/Application Scripts/fr.chachatelier.pierre.LaTeXiT.appex", "~/Library/Application Support/BibDesk", - "~/Library/Application Support/com.apple.sharedfilelist/*/fr.chachatelier.pierre.latexit.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/*/fr.chachatelier.pierre.latexit.sfl*", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/texshop.sfl*", "~/Library/Application Support/LaTeXiT", "~/Library/Application Support/TeX Live Utility", From 6c6e85ea81eb63117e38e609c1fa44724badb473 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:30 +0100 Subject: [PATCH 11/32] markedit: use `sfl*` in zap trash paths --- Casks/m/markedit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/markedit.rb b/Casks/m/markedit.rb index eb3a534297..a3a441e652 100644 --- a/Casks/m/markedit.rb +++ b/Casks/m/markedit.rb @@ -19,7 +19,7 @@ cask "markedit" do zap trash: [ "~/Library/Application Scripts/app.cyan.markedit", "~/Library/Application Scripts/app.cyan.markedit.preview-extension", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/app.cyan.markedit.sfl3", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/app.cyan.markedit.sfl*", "~/Library/Containers/app.cyan.markedit", "~/Library/Containers/app.cyan.markedit.preview-extension", "~/Library/Saved Application State/app.cyan.markedit.savedState", From 4f79b56d5b1d69e5eb74ab6a4e2e4535f4ff656c Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:31 +0100 Subject: [PATCH 12/32] nordlocker: use `sfl*` in zap trash paths --- Casks/n/nordlocker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/n/nordlocker.rb b/Casks/n/nordlocker.rb index 16bc54cddc..0c345e2241 100644 --- a/Casks/n/nordlocker.rb +++ b/Casks/n/nordlocker.rb @@ -31,7 +31,7 @@ cask "nordlocker" do delete: "/Library/PrivilegedHelperTools/com.nordlocker.nordfs.Mounter.Helper" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.nordlocker.macos.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.nordlocker.macos.sfl*", "~/Library/Caches/com.nordlocker.macos", "~/Library/Cookies/com.nordlocker.macos.binarycookies", "~/Library/Preferences/com.nordlocker.macos.plist", From cbe2c581f2c5508ac0eff1593e62db2c11dd17b0 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:31 +0100 Subject: [PATCH 13/32] noto: use `sfl*` in zap trash paths --- Casks/n/noto.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/n/noto.rb b/Casks/n/noto.rb index 0699eec041..38cce5ad0c 100644 --- a/Casks/n/noto.rb +++ b/Casks/n/noto.rb @@ -17,7 +17,7 @@ cask "noto" do app "Noto.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.brunophilipe.noto.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.brunophilipe.noto.sfl*", "~/Library/Application Support/Noto", "~/Library/Caches/com.apple.helpd/Generated/com.brunophilipe.Noto.help*", "~/Library/Caches/com.brunophilipe.Noto", From 8ca9d9105cc510201ef06ab74124c72290d02b93 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:31 +0100 Subject: [PATCH 14/32] opencore-configurator: use `sfl*` in zap trash paths --- Casks/o/opencore-configurator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/o/opencore-configurator.rb b/Casks/o/opencore-configurator.rb index 8da7229739..1a4c0a6d0b 100644 --- a/Casks/o/opencore-configurator.rb +++ b/Casks/o/opencore-configurator.rb @@ -18,7 +18,7 @@ cask "opencore-configurator" do app "OpenCore Configurator.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.altervista.mackie100projects.opencore-configurator.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.altervista.mackie100projects.opencore-configurator.sfl*", "~/Library/Application Support/org.altervista.mackie100projects.OpenCore-Configurator", "~/Library/Caches/org.altervista.mackie100projects.OpenCore-Configurator", "~/Library/HTTPStorages/org.altervista.mackie100projects.OpenCore-Configurator", From 65079d83cb9f1ce9f71631d4a8b37342996c985d Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:31 +0100 Subject: [PATCH 15/32] pdfelement-express: use `sfl*` in zap trash paths --- Casks/p/pdfelement-express.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/pdfelement-express.rb b/Casks/p/pdfelement-express.rb index a72d337a4e..0c9026b372 100644 --- a/Casks/p/pdfelement-express.rb +++ b/Casks/p/pdfelement-express.rb @@ -17,7 +17,7 @@ cask "pdfelement-express" do app "PDFelement Express.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.wondershare.pdfelement.express.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.wondershare.pdfelement.express.sfl*", "~/Library/Application Support/com.wondershare.PDFelement.Express", "~/Library/Application Support/PDFelement", "~/Library/Application Support/wondershare", From cf249a46a8baa5de52fffaf8e931810a6522e576 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:32 +0100 Subject: [PATCH 16/32] pikopixel: use `sfl*` in zap trash paths --- Casks/p/pikopixel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/pikopixel.rb b/Casks/p/pikopixel.rb index e470db4b88..910bed1a9a 100644 --- a/Casks/p/pikopixel.rb +++ b/Casks/p/pikopixel.rb @@ -16,7 +16,7 @@ cask "pikopixel" do app "PikoPixel.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.twilightedge.pikopixel.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.twilightedge.pikopixel.sfl*", "~/Library/Preferences/com.twilightedge.PikoPixel.plist", ] end From c091a280c643fcedfff7ff0dc34aa7f19de6f5b0 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:32 +0100 Subject: [PATCH 17/32] pine: use `sfl*` in zap trash paths --- Casks/p/pine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/pine.rb b/Casks/p/pine.rb index a5e37a1424..82034317f1 100644 --- a/Casks/p/pine.rb +++ b/Casks/p/pine.rb @@ -12,7 +12,7 @@ cask "pine" do app "Pine.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/io.github.lukakerr.pine.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/io.github.lukakerr.pine.sfl*", "~/Library/Application Support/Pine", "~/Library/Caches/io.github.lukakerr.Pine", "~/Library/Preferences/io.github.lukakerr.Pine.plist", From ecd371d49fd5c5c65b1611fddac09f493891a4e4 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:32 +0100 Subject: [PATCH 18/32] platypus: use `sfl*` in zap trash paths --- Casks/p/platypus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/platypus.rb b/Casks/p/platypus.rb index 3968ab7e0d..71222c1a71 100644 --- a/Casks/p/platypus.rb +++ b/Casks/p/platypus.rb @@ -17,7 +17,7 @@ cask "platypus" do app "Platypus.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.sveinbjorn.platypus.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.sveinbjorn.platypus.sfl*", "~/Library/Application Support/Platypus", "~/Library/Caches/org.sveinbjorn.Platypus", "~/Library/Preferences/org.sveinbjorn.Platypus.plist", From 95c73158368ca541a2fea9350cf158074326fe79 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:32 +0100 Subject: [PATCH 19/32] plistedit-pro: use `sfl*` in zap trash paths --- Casks/p/plistedit-pro.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/plistedit-pro.rb b/Casks/p/plistedit-pro.rb index b698e5eabb..601fd529e0 100644 --- a/Casks/p/plistedit-pro.rb +++ b/Casks/p/plistedit-pro.rb @@ -23,7 +23,7 @@ cask "plistedit-pro" do binary "#{appdir}/PlistEdit Pro.app/Contents/MacOS/pledit" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.fatcatsoftware.pledpro.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.fatcatsoftware.pledpro.sfl*", "~/Library/Application Support/com.fatcatsoftware.pledpro", "~/Library/Application Support/PlistEdit Pro", "~/Library/Caches/com.apple.helpd/Generated/com.fatcatsoftware.pledpro.help*", From 3d538b976bcabbd3eec002d2b380e3ed437670fd Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:33 +0100 Subject: [PATCH 20/32] poedit: use `sfl*` in zap trash paths --- Casks/p/poedit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/p/poedit.rb b/Casks/p/poedit.rb index 49a49631e1..b52a683131 100644 --- a/Casks/p/poedit.rb +++ b/Casks/p/poedit.rb @@ -18,7 +18,7 @@ cask "poedit" do app "Poedit.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.poedit.poedit.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.poedit.poedit.sfl*", "~/Library/Application Support/Poedit", "~/Library/Caches/net.poedit.Poedit", "~/Library/HTTPStorages/net.poedit.Poedit.binarycookies", From f29f65ea1b9cc54864685cedb8271c11710f10f9 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:33 +0100 Subject: [PATCH 21/32] receipts: use `sfl*` in zap trash paths --- Casks/r/receipts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/r/receipts.rb b/Casks/r/receipts.rb index 5eb8e54bb4..b52601282a 100644 --- a/Casks/r/receipts.rb +++ b/Casks/r/receipts.rb @@ -19,7 +19,7 @@ cask "receipts" do zap trash: [ "~/Documents/Receipts.receipts", "~/Library/Application Scripts/com.apperdeck.mac.Receipts.ReceiptsShareExtension", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.apperdeck.mac.receipts.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.apperdeck.mac.receipts.sfl*", "~/Library/Caches/com.apperdeck.mac.Receipts", "~/Library/Containers/com.apperdeck.mac.Receipts.ReceiptsShareExtension", "~/Library/HTTPStorages/com.apperdeck.mac.Receipts", From a9c047d08b2ab4171f113d4ffe01e2124c51fb10 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:33 +0100 Subject: [PATCH 22/32] scapple: use `sfl*` in zap trash paths --- Casks/s/scapple.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/scapple.rb b/Casks/s/scapple.rb index 09522787f5..650973ec54 100644 --- a/Casks/s/scapple.rb +++ b/Casks/s/scapple.rb @@ -20,7 +20,7 @@ cask "scapple" do zap trash: [ "~/Library/Application Support/CloudDocs/session/containers/iCloud.com.literatureandlatte.scapple", "~/Library/Application Support/CloudDocs/session/containers/iCloud.com.literatureandlatte.scapple.plist", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.literatureandlatte.scapple.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.literatureandlatte.scapple.sfl*", "~/Library/Application Support/Scapple", "~/Library/Autosave Information/com.literatureandlatte.scapple.plist", "~/Library/Caches/com.literatureandlatte.scapple", From 596a9e5c37b4208376cf88fab19a952899575b94 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:33 +0100 Subject: [PATCH 23/32] sixtyforce: use `sfl*` in zap trash paths --- Casks/s/sixtyforce.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/sixtyforce.rb b/Casks/s/sixtyforce.rb index 17ea91d428..6ae26f8799 100644 --- a/Casks/s/sixtyforce.rb +++ b/Casks/s/sixtyforce.rb @@ -15,7 +15,7 @@ cask "sixtyforce" do app "sixtyforce.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.gerrit.sixtyforce.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.gerrit.sixtyforce.sfl*", "~/Library/Application Support/sixtyforce", "~/Library/Caches/com.Gerrit.sixtyforce", "~/Library/Preferences/com.Gerrit.sixtyforce.plist", From 32d2792278bb5da47e9644193cbc61a941531e18 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:33 +0100 Subject: [PATCH 24/32] slidepilot: use `sfl*` in zap trash paths --- Casks/s/slidepilot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/slidepilot.rb b/Casks/s/slidepilot.rb index f66a0dace0..af445f45e6 100644 --- a/Casks/s/slidepilot.rb +++ b/Casks/s/slidepilot.rb @@ -18,7 +18,7 @@ cask "slidepilot" do app "SlidePilot.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/de.pascalbraband.slidepilot.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/de.pascalbraband.slidepilot.sfl*", "~/Library/Caches/de.pascalbraband.SlidePilot", "~/Library/Preferences/de.pascalbraband.SlidePilot.document-configuration.plist", "~/Library/Preferences/de.pascalbraband.SlidePilot.plist", From 8ab369e8f3fa9872551c9f7e5e71e0553686ceed Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:34 +0100 Subject: [PATCH 25/32] synology-drive: use `sfl*` in zap trash paths --- Casks/s/synology-drive.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/s/synology-drive.rb b/Casks/s/synology-drive.rb index 52377773f8..3003ff4f38 100644 --- a/Casks/s/synology-drive.rb +++ b/Casks/s/synology-drive.rb @@ -36,7 +36,7 @@ cask "synology-drive" do "~/Library/Application Scripts/com.synology.CloudStationUI.FileProvider", "~/Library/Application Scripts/com.synology.SynologyDrive.FinderHelper*", "~/Library/Application Scripts/group.com.synology.CloudStationUI", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.synology.synologydrive.finderhelper.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.synology.synologydrive.finderhelper.sfl*", "~/Library/Application Support/FileProvider/com.synology.CloudStationUI.FileProvider", "~/Library/Application Support/SynologyDrive", "~/Library/Containers/com.synology.CloudStationUI.FileProvider", From 1b143522909b034be849dfb6112a5d92d3d3d9f2 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:34 +0100 Subject: [PATCH 26/32] table-tool: use `sfl*` in zap trash paths --- Casks/t/table-tool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/table-tool.rb b/Casks/t/table-tool.rb index a3c63492a3..33f9d05d03 100644 --- a/Casks/t/table-tool.rb +++ b/Casks/t/table-tool.rb @@ -11,7 +11,7 @@ cask "table-tool" do zap trash: [ "~/Library/Application Scripts/at.eggerapps.tabletool", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/at.eggerapps.tabletool.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/at.eggerapps.tabletool.sfl*", "~/Library/Containers/at.eggerapps.tabletool", ] end From 5751f40d3f8aa7d3f30bc4f51f6c9c17c7796fdd Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:34 +0100 Subject: [PATCH 27/32] texifier: use `sfl*` in zap trash paths --- Casks/t/texifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/texifier.rb b/Casks/t/texifier.rb index 024ec82994..8ab0c423b4 100644 --- a/Casks/t/texifier.rb +++ b/Casks/t/texifier.rb @@ -23,7 +23,7 @@ cask "texifier" do zap trash: [ "~/Library/Application Support/CloudDocs/session/containers/iCloud.com.vallettaventures.texpadm", "~/Library/Application Support/CloudDocs/session/containers/iCloud.com.vallettaventures.texpadm.plist", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.vallettaventures.texpad.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.vallettaventures.texpad.sfl*", "~/Library/Application Support/Texpad", "~/Library/Caches/com.vallettaventures.Texpad", "~/Library/Cookies/com.vallettaventures.Texpad.binarycookies", From a40eda9ad924eba3f9c404e6719d81e05fb6fb67 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:34 +0100 Subject: [PATCH 28/32] textmate: use `sfl*` in zap trash paths --- Casks/t/textmate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/textmate.rb b/Casks/t/textmate.rb index 98c88c6e52..46b0406246 100644 --- a/Casks/t/textmate.rb +++ b/Casks/t/textmate.rb @@ -22,7 +22,7 @@ cask "textmate" do uninstall quit: "com.macromates.TextMate" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.macromates.textmate.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.macromates.textmate.sfl*", "~/Library/Application Support/TextMate", "~/Library/Caches/com.apple.helpd/Generated/TextMate #{version.major} Help*", "~/Library/Caches/com.macromates.TextMate", From 21c843ece77411c1eec5c3094fdf8ff1eb542707 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:35 +0100 Subject: [PATCH 29/32] theiaide: use `sfl*` in zap trash paths --- Casks/t/theiaide.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/theiaide.rb b/Casks/t/theiaide.rb index 4d3d66358c..b45e82265a 100644 --- a/Casks/t/theiaide.rb +++ b/Casks/t/theiaide.rb @@ -19,7 +19,7 @@ cask "theiaide" do zap trash: [ "~/.theia-ide", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/eclipse.theia.sfl3", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/eclipse.theia.sfl*", "~/Library/Application Support/Theia IDE", "~/Library/Logs/Theia IDE", "~/Library/Preferences/eclipse.theia.plist", From cfc6b36e16faa9dce0d6bc7413dc37efac5eade1 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:35 +0100 Subject: [PATCH 30/32] todotxt: use `sfl*` in zap trash paths --- Casks/t/todotxt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/todotxt.rb b/Casks/t/todotxt.rb index 07d6111083..c0a39685db 100644 --- a/Casks/t/todotxt.rb +++ b/Casks/t/todotxt.rb @@ -11,7 +11,7 @@ cask "todotxt" do app "TodoTxtMac.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.descy.michael.todotxtmac.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.descy.michael.todotxtmac.sfl*", "~/Library/Preferences/com.descy.michael.TodoTxtMac.plist", ] end From f4fdd11f5db22e706bd310f392b150d65eff0777 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:35 +0100 Subject: [PATCH 31/32] tofu: use `sfl*` in zap trash paths --- Casks/t/tofu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/t/tofu.rb b/Casks/t/tofu.rb index fad4df2607..61ad833e4a 100644 --- a/Casks/t/tofu.rb +++ b/Casks/t/tofu.rb @@ -18,7 +18,7 @@ cask "tofu" do zap trash: [ "~/Library/Application Scripts/com.asagoo.tofu", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.asagoo.tofu.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.asagoo.tofu.sfl*", "~/Library/Containers/com.asagoo.tofu", ] end From 9d819a6747f82d27f760abf907212de7b933b007 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:35 +0100 Subject: [PATCH 32/32] voodoopad: use `sfl*` in zap trash paths --- Casks/v/voodoopad.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/v/voodoopad.rb b/Casks/v/voodoopad.rb index 0d3e6a3769..15198cc25f 100644 --- a/Casks/v/voodoopad.rb +++ b/Casks/v/voodoopad.rb @@ -18,7 +18,7 @@ cask "voodoopad" do app "VoodooPad.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.flyingmeat.voodoopad5.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.flyingmeat.voodoopad5.sfl*", "~/Library/Application Support/VoodooPad", "~/Library/Caches/com.flyingmeat.VoodooPad5", "~/Library/Preferences/com.flyingmeat.VoodooPad5.plist",