macoscope / CodePilot

Code Pilot is an Xcode plugin which lets you woosh through your code and save a lot (and we mean a *lot*) of your time.
http://codepilot.cc
Apache License 2.0
1.33k stars 205 forks source link

Xcode 7.2 DVTPlugInCompatibilityUUID added #60

Closed bubski closed 8 years ago

HustLion commented 8 years ago

Yeah, this is exactly the code needed.

Just for the record, that string can be required by typing this into the terminal:

defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID

And then add that to the Info.plist file of Code Pilot.

Hope the repo owner would soon merge this pull request.