Files
homebrew-cask/Casks/g/graphiql.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

19 lines
640 B
Ruby

cask "graphiql" do
version "0.7.2"
sha256 "204dd3db5c11bf265700d8d57defc4798cd0040651f751f35e2a646cb4846ac7"
url "https://github.com/skevy/graphiql-app/releases/download/v#{version}/graphiql-app-#{version}-mac.zip"
name "GraphiQL App"
desc "Light, Electron-based Wrapper around GraphiQL"
homepage "https://github.com/skevy/graphiql-app"
app "GraphiQL.app"
zap trash: [
"~/Library/Application Support/GraphiQL",
"~/Library/Preferences/com.sk3vy.graphiql-app.helper.plist",
"~/Library/Preferences/com.sk3vy.graphiql-app.plist",
"~/Library/Saved Application State/com.sk3vy.graphiql-app.savedState",
]
end