Files
homebrew-cask/Casks/s/swimat.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

18 lines
498 B
Ruby

cask "swimat" do
version "1.7.0"
sha256 "adcf450d98c247fe4c45c68353f19afca3e2039c8431ec080f14000fe9cc36bf"
url "https://github.com/Jintin/Swimat/releases/download/#{version}/Swimat.zip"
name "Swimat"
desc "Xcode formatter plug-in for Swift code"
homepage "https://github.com/Jintin/Swimat"
app "Swimat.app"
zap trash: [
"/usr/local/bin/swimat",
"~/Library/Containers/com.jintin.Swimat.Extension",
"~/Library/Group Containers/com.jintin.swimat.configuration",
]
end