Skip to content

Commit

Permalink
Update zaps for several casks (#100216)
Browse files Browse the repository at this point in the history
* Update zap for pock

* Update zap for suspicious package

* Update zap for scroll-reverser

* Update zap for alfred

* Update zap for iTerm2
  • Loading branch information
muneebmahmed authored Feb 22, 2021
1 parent 84499a3 commit 8932d03
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Casks/alfred.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
zap trash: [
"~/Library/Application Support/Alfred",
"~/Library/Caches/com.runningwithcrayons.Alfred",
"~/Library/Cookies/com.runningwithcrayons.Alfred.binarycookies",
"~/Library/Preferences/com.runningwithcrayons.Alfred.plist",
"~/Library/Preferences/com.runningwithcrayons.Alfred-Preferences.plist",
"~/Library/Saved Application State/com.runningwithcrayons.Alfred-Preferences.savedState",
Expand Down
1 change: 1 addition & 0 deletions Casks/iterm2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"~/Library/Application Support/iTerm2",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.googlecode.iterm2.sfl*",
"~/Library/Caches/com.googlecode.iterm2",
"~/Library/Cookies/com.googlecode.iterm2.binarycookies",
"~/Library/Preferences/com.googlecode.iterm2.plist",
"~/Library/Saved Application State/com.googlecode.iterm2.savedState",
]
Expand Down
2 changes: 2 additions & 0 deletions Casks/pock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
app "Pock.app"

zap trash: [
"~/Library/Application Scripts/com.pigigaldi.pock.QLPockWidget",
"~/Library/Application Support/Pock",
"~/Library/Application Support/com.pigigaldi.pock",
"~/Library/Caches/com.pigigaldi.pock",
"~/Library/Containers/com.pigigaldi.pock.QLPockWidget",
"~/Library/Preferences/com.pigigaldi.pock.plist",
]
end
2 changes: 2 additions & 0 deletions Casks/scroll-reverser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
app "Scroll Reverser.app"

zap trash: [
"~/Library/Application Scripts/com.pilotmoon.scroll-reverser.launcher",
"~/Library/Caches/com.pilotmoon.scroll-reverser",
"~/Library/Containers/com.pilotmoon.scroll-reverser.launcher",
"~/Library/Preferences/com.pilotmoon.scroll-reverser.plist",
]
end
3 changes: 3 additions & 0 deletions Casks/suspicious-package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@
binary "#{appdir}/Suspicious Package.app/Contents/SharedSupport/spkg"

zap trash: [
"~/Library/Application Scripts/com.mothersruin.SuspiciousPackageApp.QLPreview",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.mothersruin.suspiciouspackageapp.sfl*",
"~/Library/Caches/com.mothersruin.SuspiciousPackageApp",
"~/Library/Caches/com.mothersruin.XPCService.UpdateChecker",
"~/Library/Containers/com.mothersruin.SuspiciousPackageApp.QLPreview",
"~/Library/Preferences/com.mothersruin.SuspiciousPackage.plist",
"~/Library/Preferences/com.mothersruin.SuspiciousPackageApp.plist",
"~/Library/Saved Application State/com.mothersruin.SuspiciousPackageApp.savedState",
"~/Library/WebKit/com.mothersruin.SuspiciousPackageApp",
]
end

0 comments on commit 8932d03

Please sign in to comment.