Skip to content

Instantly share code, notes, and snippets.

@sakuemon
Created October 20, 2013 06:23
Show Gist options
  • Save sakuemon/7065610 to your computer and use it in GitHub Desktop.
Save sakuemon/7065610 to your computer and use it in GitHub Desktop.
SublimeText2のiosアプリ用SublimeClangの設定 ref: http://qiita.com/TsuyoshiMIYAMOTO/items/e35f585b7e1ed35d0ba7
{
"settings": {
"sublimeclang_options": [
"-Wall",
"-isysroot", "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk",
"-I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/include",
"-I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks",
"-arch", "arm",
"-I${project_path:your-project}/**"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment