Files
homebrew-cask/Casks/i/iswiff.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
303 B
Ruby

cask "iswiff" do
version "1.14,94"
sha256 :no_check
url "https://echoone.com/iswiff/iSwiff.zip"
name "iSwiff"
desc "Full screen Flash outside the browser"
homepage "https://echoone.com/iswiff/"
depends_on macos: "<= :big_sur"
app "iSwiff.app"
caveats do
discontinued
end
end