stefanceriu / SCXcodeMiniMap

Sublime Text like Minimap for Xcode
GNU General Public License v3.0
1.03k stars 91 forks source link

Xcode 8 extension support #85

Closed alexkaessner closed 7 years ago

alexkaessner commented 7 years ago

Any chance that MiniMap supports the official new Xcode 8 Extensions?

I didn't tested it on Xcode 8 beta yet, but it seems like "classic" plugins are broken.

jaemin-baek commented 7 years ago

Please I want to use it in xcode 8.2..

CodeXey commented 7 years ago

I move it to the Xcode plugins folder, but it doesn't work on Xcode 8.2, hope

stefanceriu commented 7 years ago

Hi guys,

Sorry for the ridiculously late reply but I just didn't get a chance to dig into it and stop it from crashing on Xcode 8. I finally managed to do that this week and I pushed a new release here https://github.com/stefanceriu/SCXcodeMiniMap/releases/tag/v.2.3.10

Now, Xcode Extensions are not nearly powerful enough to allow me to build the minimap on top of them so "classic" plugins are all we get. Getting them back is not really a big problem, but it does involve unsigning Xcode so please read more about it here https://github.com/alcatraz/Alcatraz/issues/475

I also found https://github.com/inket/update_xcode_plugins to be the simplest way to get everything working again.

Cheers, Stefan