k0nserv/luft

Xcode 8 doesn't load plugins

Closed this issue · 4 comments

It looks like Xcode 8 removed support for loading plugins and added the ability to create an Xcode Source Editor Extension as the official way to add functionality. There is a discussion on Alcatraz about the issue.

Any thoughts on converting Luft to an extension?

We talked about it, but as far as I understand there is no support for coloring the side bar. @k0nserv filed a radar, and there are a few others 😃

Yeah Luft can't be implement as a Xcode Source Editor as it currently stands. I've raised several radars for functionality that would be required to do so. I don't personally recommend stripping code signing from Xcode, but there are tools out there to do so which allows running Luft and other old style plugins under Xcode 8.

@bogren added supported for running Luft in Xcode 8 with code sining stripped #29