-
Notifications
You must be signed in to change notification settings - Fork 13
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.
-
Clone this repo, and use Xcode to open the project.
-
Run the following command in Terminal, this command will output a UUID for your current Xcode.
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
-
Open the Info.plist and navigate to the DVTPlugInCompatibilityUUIDs key to add the value to the array.
-
Build the project and then restart Xcode.
-
If it works fine, please send me a PR so that I can merge the DVTPlugInCompatibilityUUID to master branch.
Good luck and happy coding