cask "typeface" do version "4.0.1,4595" sha256 "d4e7bfb05fb72909b61f68c01c500095f33e4d7c3175cc246aabec6dcc1fe547" url "https://dcdn.typefaceapp.com/Typeface-#{version.csv.first}-#{version.csv.second}/Typeface-#{version.csv.first}-#{version.csv.second}.dmg" name "Typeface" desc "Font manager application" homepage "https://typefaceapp.com/" livecheck do url "https://dcdn.typefaceapp.com/appcast.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :catalina" app "Typeface.app" uninstall quit: "com.criminalbird.typeface.standalone" zap trash: [ "~/Library/Application Scripts/com.criminalbird.typeface.standalone", "~/Library/Containers/com.criminalbird.typeface.standalone", "~/Library/Preferences/com.criminalbird.typeface.standalone.plist", ] end