Files
homebrew-cask/Casks/t/twist.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

26 lines
685 B
Ruby

cask "twist" do
version "1.0.9"
sha256 "a4c87eabaf7b47bc8da2b7498c2358ba9df287e0ce521b84830c4add31d66c31"
url "https://downloads.twist.com/mac/Twist-#{version}.dmg"
name "Twist"
desc "Team communication and collaboration software"
homepage "https://twist.com/"
livecheck do
url "https://downloads.twist.com/mac/latest-mac.yml"
strategy :electron_builder
end
depends_on macos: ">= :el_capitan"
app "Twist.app"
zap trash: [
"~/Library/Application Support/Twist",
"~/Library/Logs/Twist",
"~/Library/Preferences/com.twistapp.mac-sparkle.Twist.plist",
"~/Library/Saved Application State/com.twistapp.mac-sparkle.Twist.savedState",
]
end