3 sha256 "cb80a2c5185debbb70d4faf8c6fe8c2099b4eb7b9aea43be470552f4062c585e"
5 url "https://www.whatsizemac.com/software/whatsize#{version.major}/whatsize_#{version}.pkg"
7 desc "File system utility used to view and reclaim disk space"
8 homepage "https://www.whatsizemac.com/"
11 url "https://www.whatsizemac.com/software/whatsize#{version.major}/release/notes.xml"
12 strategy :sparkle, &:short_version
15 depends_on macos: ">= :high_sierra"
17 pkg "whatsize_#{version}.pkg"
19 uninstall launchctl: "com.id-design.v#{version.major}.whatsizehelper",
20 pkgutil: "com.id-design.v#{version.major}.whatsize.pkg"
23 "~/Library/Application Support/WhatSize",
24 "~/Library/Caches/com.id-design.v#{version.major}.whatsize",
25 "~/Library/HTTPStorages/com.id-design.v#{version.major}.whatsize",
26 "~/Library/Logs/WhatSize.log",
27 "~/Library/Preferences/com.id-design.v#{version.major}.whatsize.plist",
28 "~/Library/Saved Application State/com.id-design.v#{version.major}.whatsize.savedState",