Skip to content

Which version of Xcode does it support?

Nelson edited this page Oct 16, 2015 · 3 revisions

Currently it only supports Xcode 7.0.1 (7A1001) because that's what I use now, but it's highly possible that this plugin supports other version of Xcode.


How to install it on Xcode version X?

  1. Clone this repo, and use Xcode to open the project.

  2. Run the following command in Terminal, this command will output a UUID for your current Xcode.

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

  3. Open the Info.plist and navigate to the DVTPlugInCompatibilityUUIDs key to add the value to the array.

  4. Build the project and then restart Xcode.

  5. If it works fine, please send me a PR so that I can merge the DVTPlugInCompatibilityUUID to master branch.

Good luck and happy coding :octocat:

Clone this wiki locally