stefanceriu / SCXcodeMiniMap

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

XCode 5 support #13

Closed mrsnow-git closed 11 years ago

mrsnow-git commented 11 years ago

please :) I'd tried to make it by myself, but I don't have knowledge there to search for it. I compiled it in XCode 5, and it become available for XCode 4, but on xcode5 I see nothing

stefanceriu commented 11 years ago

Did you try using the Xcode5.0 branch?

mrsnow-git commented 11 years ago

yes, it doesn't work, have xcode5 dp5 and xcode5 branch version not work on xcode4 too...

mrsnow-git commented 11 years ago

and it doesn't even any display (I placed alert) on start, like it never loading. xcode4 with master branch work ok

mrsnow-git commented 11 years ago

I found the solution: need to add into project Info.plist next item: DVTPlugInCompatibilityUUIDs [array] and add item to it - 63FC1C47-140D-42B0-BB4D-A10B2D225574

solution was found here - https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/issues/23 now it work ok on my Xcode5 dp5

hope I help you :) I'm complete with the fix and git, but haven't access to push it to your git, I'm newbe with github..

stefanceriu commented 11 years ago

Sorry, I got sidetracked... I pushed the changes and it should work fine now.

Thank you for the tip ;)

mrsnow-git commented 11 years ago

nice, :+1: not a problem :)