excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / n / nifty.rb
blob5490d7c9419f208b1f85e6807c807b8c8730d49f
1 cask "nifty" do
2   version "3.99.3"
3   sha256 :no_check
5   url "https://nifty-apps.s3.amazonaws.com/Nifty.dmg",
6       verified: "nifty-apps.s3.amazonaws.com/"
7   name "Nifty"
8   desc "Client for the Nifty project management platform"
9   homepage "https://niftypm.com/"
11   livecheck do
12     url :url
13     strategy :extract_plist
14   end
16   depends_on macos: ">= :catalina"
18   app "Nifty.app"
20   zap trash: [
21     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.creative360.niftypm.sfl*",
22     "~/Library/Application Support/Nifty",
23     "~/Library/Logs/Nifty",
24     "~/Library/Preferences/com.creative360.niftypm.plist",
25     "~/Library/Saved Application State/com.creative360.niftypm.savedState",
26   ]
27 end