Skip to content

🛠 Xcode add-ons that add syntax highlighting for GraphQL query document files

License

Notifications You must be signed in to change notification settings

daisyramos317/xcode-graphql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Xcode Add-ons

These add-ons add syntax highlighting for GraphQL query document files to Xcode.

Installation

Setup script

Run the following command in your terminal:

./setup.sh

Manual installation

Please note that if you are running Xcode 8 the Plug-ins and Specifications directories might not exist.

  • Copy the GraphQL.ideplugin directory to ~/Library/Developer/Xcode/Plug-ins/:

     cp -r GraphQL.ideplugin ~/Library/Developer/Xcode/Plug-ins/
    
  • Copy the GraphQL.xclangspec file to ~/Library/Developer/Xcode/Specifications:

     cp GraphQL.xclangspec ~/Library/Developer/Xcode/Specifications/
    

About

🛠 Xcode add-ons that add syntax highlighting for GraphQL query document files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%