Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / k / knuff.rb
blob943bb58b71cc1d3b8ca2c12a03f5a1b87403e0d2
1 cask "knuff" do
2   version "1.3"
3   sha256 "06c6bb6d2254211f4369a9903aefb61eb894c706b08635091f457d1730b79c69"
5   url "https://github.com/KnuffApp/Knuff/releases/download/v#{version}/Knuff.app.zip"
6   name "Knuff"
7   desc "Debug application for Apple Push Notification Service (APNs)"
8   homepage "https://github.com/KnuffApp/Knuff"
10   depends_on macos: ">= :sierra"
12   app "Knuff.app"
14   zap trash: [
15     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.madebybowtie.knuff-osx.sfl*",
16     "~/Library/Application Support/com.makebybowtie.Knuff-OSX",
17     "~/Library/Caches/com.crashlytics.data/com.madebybowtie.Knuff-OSX",
18     "~/Library/HTTPStorages/com.madebybowtie.Knuff-OSX",
19     "~/Library/Preferences/com.madebybowtie.Knuff-OSX.plist",
20   ]
22   caveats do
23     requires_rosetta
24   end
25 end