-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathxmplify.rb
More file actions
27 lines (21 loc) · 655 Bytes
/
xmplify.rb
File metadata and controls
27 lines (21 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cask "xmplify" do
version "1.11.11"
sha256 "ed2bbb1f77bf83fd64f209ad487495cb03c05d7f61512e40e2e6b98dc93910ee"
url "https://xmplifyapp.com/releases/Xmplify-#{version}.dmg"
name "Xmplify"
desc "XML editor"
homepage "https://xmplifyapp.com/"
livecheck do
url "https://xmplifyapp.com/appcast.xml"
strategy :sparkle
end
depends_on :macos
app "Xmplify.app"
uninstall quit: "au.com.moso.Xmplify"
zap trash: [
"~/Library/Caches/au.com.moso.Xmplify",
"~/Library/Logs/Xmplify*.log",
"~/Library/Preferences/au.com.moso.Xmplify*.plist",
"~/Library/Saved Application State/au.com.moso.Xmplify.savedState",
]
end