openframeworks / OFXcodeMenu

OpenFrameworks plugin for Xcode, adds addons to your project
MIT License
265 stars 33 forks source link

Do you have any plan to deal with Xcode 8 ? #46

Closed kidapu closed 7 years ago

kidapu commented 8 years ago

I have tried to install OFXcodeMenu in Xcode 8 , but I can't .

Do you have any plan to support for Xcode 8 ?

thomasvanta commented 8 years ago

Looks like plugins are not supported by Xcode 8+ anymore. There will be an extensions style option in the future, but not ready yet. Take a look here: https://github.com/alcatraz/Alcatraz/issues/475

kidapu commented 8 years ago

@thomasvanta Thank you for your reply. I decided to use Xcode 7.3 until extensions style option arrive!

faaip commented 7 years ago

Stuck at Xcode 8, but I'd really love to keep using OFXCodeMenu. Does anyone know if it's possible or doable to port to xcode 8? Love to give it a shot.

admsyn commented 7 years ago

I don't think it's possible, this issue on Alcatraz has more information https://github.com/alcatraz/Alcatraz/issues/475

To the best of my knowledge, Xcode 8+ only supports "Source Editor" plugins, which only have access to the text-editing portion of Xcode.

If someone knows of a way to continue manipulating project files via Xcode plugin feel free to get in touch with me and maybe we can figure something out. Otherwise I think the only way to get this functionality would be with an external tool in the style of cocoapods/carthage