These add-ons add syntax highlighting for GraphQL query document files to Xcode.
Run the following command in your terminal:
./setup.sh
Please note that if you are running Xcode 8 the Plug-ins and Specifications directories might not exist.
-
Copy the
GraphQL.ideplugindirectory to~/Library/Developer/Xcode/Plug-ins/:cp -r GraphQL.ideplugin ~/Library/Developer/Xcode/Plug-ins/ -
Copy the
GraphQL.xclangspecfile to~/Library/Developer/Xcode/Specifications:cp GraphQL.xclangspec ~/Library/Developer/Xcode/Specifications/