Skip to content

Instantly share code, notes, and snippets.

@jodell
Created September 27, 2012 15:28
Show Gist options
  • Save jodell/3794624 to your computer and use it in GitHub Desktop.
Save jodell/3794624 to your computer and use it in GitHub Desktop.
xcode lang grep
cd /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources
grep -rohE 'xcode.lang.(\w*)' * | sort -u
@interstateone
Copy link

Might be a long shot, but any idea what version of Xcode included the YAML xclangspec file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment