cask "liteicon" do on_sierra :or_older do version "3.7.1" sha256 "b457521a698a0ef55cd3d9c044c82c28984eeebc20d8baf05a9c21b0fa1df432" end on_high_sierra do version "3.9" sha256 "d185503d1c6cbbc6f770517853bd9ef08dc620f4e7ce3de913251a57e4d450d9" end on_mojave :or_newer do version "4.1" sha256 "545cff53df31b63fe28e794fb7f45e4c891885f5de57422b1483724f6d7ed4e0" end url "https://www.freemacsoft.net/downloads/LiteIcon_#{version}.zip" name "LiteIcon" desc "Tool to change system icons" homepage "https://freemacsoft.net/liteicon/" livecheck do url "https://freemacsoft.net/liteicon/updates.xml" strategy :sparkle, &:short_version end auto_updates true app "LiteIcon.app" uninstall launchctl: "net.freemacsoft.LiteIcon.LIHelperTool", quit: "net.freemacsoft.LiteIcon", delete: [ "/Library/PrivilegedHelperTools/net.freemacsoft.LiteIcon.LIHelperTool", "~/Library/Application Support/LiteIcon", ] zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.freemacsoft.liteicon.sfl*", "~/Library/Application Support/CrashReporter/LiteIcon_*.plist", "~/Library/Preferences/net.freemacsoft.LiteIcon.plist", ] end