where is the plugins folder of xcode 6.1

前端 未结 3 1862
天涯浪人
天涯浪人 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 ;-)

提交回复
热议问题