Skip to content

Instantly share code, notes, and snippets.

@zrxq
Created January 12, 2014 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zrxq/8386169 to your computer and use it in GitHub Desktop.
Save zrxq/8386169 to your computer and use it in GitHub Desktop.
Sublime text build system for Objective-C files (via objc-run, see https://github.com/iljaiwas/objc-run)
{
"cmd": ["/usr/local/bin/objc-run", "$file"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment