Skip to content

Instantly share code, notes, and snippets.

@thomastraum
Created January 14, 2013 15:00
Show Gist options
  • Save thomastraum/4530604 to your computer and use it in GitHub Desktop.
Save thomastraum/4530604 to your computer and use it in GitHub Desktop.
openframeworks.sublime-build
{
"cmd": ["xcodebuild"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${project_path:${folder}}",
"selector": "source.c, source.c++",
"variants":
[
{
"name": "Run",
"cmd": ["bash","-c", "'${project_path:${folder}}/bin/$project_base_name.app/Contents/MacOS/$project_base_name'" ]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment