cask "glyphs" do version "3.3,3326" sha256 "45dfd3a3d4dfea046590d87d03542afb66a89aa99b62dacb5efae014776e24a5" url "https://updates.glyphsapp.com/Glyphs#{version.csv.first}-#{version.csv.second}.zip" name "Glyphs" desc "Font editor" homepage "https://glyphsapp.com/" livecheck do url "https://updates.glyphsapp.com/appcast#{version.major}.xml" strategy :sparkle end auto_updates true app "Glyphs #{version.major}.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.georgseifert.glyphs#{version.major}.sfl*", "~/Library/Application Support/com.GeorgSeifert.Glyphs#{version.major}", "~/Library/Application Support/Glyphs", "~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/com.GeorgSeifert.Glyphs#{version.major}.help*", "~/Library/Preferences/com.GeorgSeifert.Glyphs#{version.major}.plist", ] end