sourcenote: add zap

This commit is contained in:
Razvan Azamfirei
2023-11-25 21:57:18 -05:00
parent d7d8639d37
commit 68b1fe3f21
+10
View File
@@ -13,4 +13,14 @@ cask "sourcenote" do
end
app "SourceNote.app"
zap trash: [
"~/Library/Application Scripts/*.SourceNote",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.devinabbott.sourcenote*",
"~/Library/Application Support/SourceNote",
"~/Library/Caches/com.devinabbott.SourceNote",
"~/Library/Group Containers/*.SourceNote",
"~/Library/HTTPStorages/com.devinabbott.SourceNote*",
"~/Library/Preferences/com.devinabbott.SourceNote.plist",
]
end