where is the plugins folder of xcode 6.1

前端 未结 3 1861
天涯浪人
天涯浪人 2021-02-12 09:26

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

相关标签:
3条回答
  • 2021-02-12 10:00

    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 ;-)

    0 讨论(0)
  • 2021-02-12 10:18

    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.

    0 讨论(0)
  • 2021-02-12 10:24

    It should be here ~/Library/Application Support/Xcode/Plug-ins.

    0 讨论(0)
提交回复
热议问题