benoitsan / BBUncrustifyPlugin-Xcode

Xcode plugin to format source code using ClangFormat or Uncrustify
MIT License
1.19k stars 150 forks source link

Needed changes to Xcode 8 #133

Closed fjtrujy closed 8 years ago

fjtrujy commented 8 years ago

Hello, Basically I have added in the configuration plist the ID for Xcode 8, and also I have update to the recommended settings the project configuration.

Thanks.

fjtrujy commented 8 years ago

Hello, Could you take a look to this PR?

Thanks

benoitsan commented 8 years ago

Hi Francisco, I'm missing something, plugins are deprecated with Xcode 8 and it should not work.

fjtrujy commented 8 years ago

Hello again,

You're right partially, Xcode 8 by default is not accepting the plugin, but there is a solution for that, is "Unsign" the Xcode. There is several process about how to do it, from my point of view the easiest one is: https://github.com/fpg1503/MakeXcodeGr8Again

I have attached a screenshot with the Xcode 8 and the Alcatraz installed.

screen shot 2016-10-07 at 8 51 34 am 2

Thanks in advance,

benoitsan commented 8 years ago

Thanks for the clarification. That's what I thought… Since it's a "hack" I don't want to perform on my Mac, I couldn't build it, test it and so assuming the support of the plugin. For these reasons, I prefer to reject this pull request.