Files
homebrew-cask/Casks/x/xscope.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
705 B
Ruby

cask "xscope" do
version "4.6,115"
sha256 "8d77b01b7959e797aad3e31852e4f39973b5197bec506b14ddb738f0ec0bb861"
url "https://downloads.iconfactory.com/xscope/xScope-#{version.csv.first}+#{version.csv.second}.zip",
verified: "downloads.iconfactory.com/"
name "xScope"
desc "Tools for measuring, inspecting & testing on-screen graphics and layouts"
homepage "https://xscopeapp.com/"
livecheck do
url "https://iconfactory.com/appcasts/xScope/appcast.xml"
strategy :sparkle
end
app "xScope.app"
zap trash: [
"~/Library/Caches/com.iconfactory.xScope",
"~/Library/Caches/com.iconfactory.xScope.cache",
"~/Library/Preferences/com.iconfactory.xScope.plist",
]
end