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

Fix plugin initialisation under Xcode 6.4 #82

Closed tonyarnold closed 9 years ago

tonyarnold commented 9 years ago

Xcode 6.4 appears to load plugin bundles earlier than Xcode 6.3, so we need to put off adding any UI elements until after the app notifies that it has successfully launched.

travisjeffery commented 9 years ago

yo dude, just added you as a collaborator - feel free to merge it yourself! thanks!

tonyarnold commented 9 years ago

Thanks @travisjeffery — I'll update clang-format while I'm going :wink: