Skip to content

Instantly share code, notes, and snippets.

@mimetaur
Last active August 29, 2015 13:56
Show Gist options
  • Save mimetaur/9160252 to your computer and use it in GitHub Desktop.
Save mimetaur/9160252 to your computer and use it in GitHub Desktop.
{
"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}/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