excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / lookin.rb
blob1157ed37221669d86f4a38badeae59d61cb6c171
1 cask "lookin" do
2   version "1.0.7"
3   sha256 "45e0f5b0714e0ff41edcde8e0d2a95a174e5ffd1d4e3f22138446df3bb6013a5"
5   url "https://cdn.lookin.work/release/Lookin-#{version.dots_to_hyphens}.zip"
6   name "Lookin"
7   desc "App for iOS view debugging"
8   homepage "https://lookin.work/"
10   # The pubDate for some items includes non-english characters (breaking the date parsing)
11   # so it's necessary to map all of the items in the feed.
12   livecheck do
13     url "https://lookin.work/release/appcast.xml"
14     strategy :sparkle do |items|
15       items.map(&:short_version)
16     end
17   end
19   auto_updates true
20   depends_on macos: ">= :big_sur"
22   app "Lookin.app"
24   zap trash: [
25     "~/Library/Application Support/hughkli.Lookin",
26     "~/Library/Caches/hughkli.Lookin",
27     "~/Library/HTTPStorages/hughkli.Lookin",
28     "~/Library/Preferences/hughkli.Lookin.plist",
29     "~/Library/Saved Application State/hughkli.Lookin.savedState",
30   ]
31 end