PrideChung / XMate

TextMate and Emacs goodies for Xcode.
MIT License
39 stars 7 forks source link

Adding XMate to Alcatraz #5

Open gjlondon opened 9 years ago

gjlondon commented 9 years ago

I just tried to install XMate into Xcode 6.4 and couldn't make it work :( I'm not sure why so I don't have a definite issue to file.

It would be great if you could add XMate to the Alcatraz XCode plugin manager. It might make installation more foolproof for people like me.

PrideChung commented 9 years ago

Try if this command solve your problem.

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID`
gjlondon commented 9 years ago

Worked like a charm! Thank you for all the extra productivity you just gave me. :smile:

I would nevertheless recommend putting XMate on Alcatraz so more people can find/use it but my personal problem is now solved.

PrideChung commented 9 years ago

You're welcome. I will put it on Alcatraz once it's more stable and feature rich.

PrideChung commented 9 years ago

Oh, I should leave this issue opened as a reminder.