Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where is the plugins folder of xcode 6.1

Tags:

Where can I find the plugins folder for Xcode 6.1?

Recently, I installed the dash app in my mac, here is the link: https://github.com/omz/Dash-Plugin-for-Xcode But I don't really like it, then I try to uninstall it. Then I found that the link given from the link above doesn't work for my xcode. My xcode version is 6.1, and operating system is Yosemite GM. So where can I find the plugins folder of xcode, then I can remove this plugins? Thanks guys.

like image 296
WindMemory Avatar asked Oct 18 '14 21:10

WindMemory


People also ask

In which folder are the plugins located?

Your browser's C: drive plugins directory folder should be under your username and associated with the browser. For example, the Chrome plugins directory folder could be located at “C:\Users\UserName\AppData\Local\Google\Chrome\Application\Plugins” (without quotation marks).

How do I add plugins to Xcode?

Usage. Hit ⌘ + ⇧ + 9 or use this menu to open up the Package manager. Click install on any package you want installed and afterwards restart Xcode again.


2 Answers

I was able to install and build the Dash plugin for Xcode 6.1 / Yosemite, and it installed correctly in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins. Notice that it begins with ~, the /Library/ folder is not the correct one.

like image 151
Claus Jørgensen Avatar answered Dec 08 '22 23:12

Claus Jørgensen


I have Xcode 6.1.1, here's what I did and it worked.

  1. Right click on plugin file > Show Package Contents
  2. Find and edit the Info.plist file.
  3. In DVTPlugInCompatibilityUUIDs add the key C4A681B0-4A26-480E-93EC-1218098B9AA0

Save your Info.plist file.

Then go to /Applications/Xcode.app/Contents/PlugIns folder, and copy your plugin file there (the administrator password will be required).

You can now launch Xcode and use your plugins ;-)

like image 22
Niko Avatar answered Dec 08 '22 21:12

Niko