cask "whalebird" do version "6.2.4" sha256 "de034199cb1e4ef8761fc90252627274e8520c07481dddfd64ea4f2938ded5d7" url "https://github.com/h3poteto/whalebird-desktop/releases/download/v#{version}/Whalebird-#{version}-mac-universal.dmg", verified: "github.com/h3poteto/whalebird-desktop/" name "Whalebird" desc "Mastodon, Pleroma, and Misskey client" homepage "https://whalebird.social/" depends_on macos: ">= :sonoma" app "Whalebird.app" zap trash: [ "~/Library/Application Support/Whalebird", "~/Library/Logs/Whalebird", "~/Library/Preferences/social.whalebird.app.plist", "~/Library/Saved Application State/social.whalebird.app.savedState", ] end