Created
November 5, 2014 03:23
-
-
Save woodnathan/8f4ded96110eb3be077d to your computer and use it in GitHub Desktop.
Disable Xcode 6's Fetch Request code snippet completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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