Merge pull request #160057 from Homebrew/miccal-merlin-project

merlin-project: update `depends_on` and `zap`
This commit is contained in:
Justin Krehel
2023-11-13 21:40:28 -05:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@ cask "merlin-project" do
strategy :sparkle, &:short_version
end
depends_on macos: ">= :sierra"
depends_on macos: ">= :mojave"
app "Merlin Project.app"
zap trash: [
"~/Library/Application Scripts/net.projectwizards.merlinproject",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.projectwizards.merlinproject.sfl2",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.projectwizards.merlinproject.sfl*",
"~/Library/Containers/net.projectwizards.merlinproject",
]
end