Files
homebrew-cask/Casks/p/provisionql.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

20 lines
575 B
Ruby

cask "provisionql" do
version "1.6.4"
sha256 "b76751b596e10b806bd75c643a09bcbf1680b6635f57c4feefa67bee7799f5df"
url "https://github.com/ealeksandrov/ProvisionQL/releases/download/#{version}/ProvisionQL.zip"
name "ProvisionQL"
desc "QuickLook plugin for mobile apps and provisioning profiles"
homepage "https://github.com/ealeksandrov/ProvisionQL"
qlplugin "ProvisionQL.qlgenerator"
# No zap stanza required
caveats <<~EOS
To prevent mobileprovision QuickLook override by Xcode:
https://github.com/ealeksandrov/ProvisionQL/issues/20
EOS
end