hypercal: add zap stanza

Generated by [homebrew-createzap](https://github.com/nrlquaker/homebrew-createzap) + information from the app author about `/tmp/hypercal`
This commit is contained in:
Hugo Ferreira
2023-08-29 11:51:03 +01:00
parent db6f481fbf
commit ed24ac05a8
+11
View File
@@ -14,4 +14,15 @@ cask "hypercal" do
end
app "Hypercal.app"
zap trash: [
"~/Library/Application Support/hypercal",
"~/Library/Caches/app.hypercal.com",
"~/Library/Caches/app.hypercal.com.ShipIt",
"~/Library/HTTPStorages/app.hypercal.com",
"~/Library/Logs/hypercal",
"~/Library/Preferences/app.hypercal.com.plist",
"~/Library/Saved Application State/app.hypercal.com.savedState",
"/tmp/hypercal",
]
end