travisjeffery / ClangFormat-Xcode

Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
https://twitter.com/travisjeffery
MIT License
2.89k stars 288 forks source link

Added shared schema and also ability to debug ClangFormat-Xcode in Xcode #103

Closed yixiang closed 8 years ago

yixiang commented 8 years ago

With this change, developer can now debug ClangFormat.xcplugin by just hitting the Run button (or Command+R). A new instance of Xcode will be launch as the debugging target.

yixiang commented 8 years ago

With this change, contributors of ClangFormat-Xcode can just git clone, open project, hit Command+R and start step-by-step debugging without any configuration.

travisjeffery commented 8 years ago

Nice!