Skip to content

Instantly share code, notes, and snippets.

@woodnathan
Created November 5, 2014 03:23
Show Gist options
  • Save woodnathan/8f4ded96110eb3be077d to your computer and use it in GitHub Desktop.
Save woodnathan/8f4ded96110eb3be077d to your computer and use it in GitHub Desktop.
Disable Xcode 6's Fetch Request code snippet completion
#!/bin/bash
sudo sed -i.bak 's/<string>fetch<\/string>/<string><\/string>/g' /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/Resources/SystemCodeSnippets.codesnippets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment