xcode 6.1的plugins文件夹在哪里
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26444600/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
where is the plugins folder of xcode 6.1
提问by WindMemory
Where can I find the plugins folder for Xcode 6.1?
在哪里可以找到 Xcode 6.1 的插件文件夹?
Recently, I installed the dash app in my mac, here is the link: https://github.com/omz/Dash-Plugin-for-XcodeBut 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.
最近,我在我的 mac 上安装了 dash 应用程序,这里是链接:https: //github.com/omz/Dash-Plugin-for-Xcode但我不是很喜欢它,然后我尝试卸载它。然后我发现上面链接中给出的链接不适用于我的 xcode。我的 xcode 版本是 6.1,操作系统是 Yosemite GM。那么在哪里可以找到xcode的plugins文件夹,然后我可以删除这个插件呢?谢谢你们。
回答by Claus J?rgensen
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 notthe correct one.
我能够为 Xcode 6.1/Yosemite 安装和构建 Dash 插件,并且它在~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
. 请注意,它以 ~ 开头,/Library/ 文件夹不是正确的。
回答by Niko
I have Xcode 6.1.1, here's what I did and it worked.
我有 Xcode 6.1.1,这就是我所做的并且有效。
- Right click on plugin file > Show Package Contents
- Find and edit the Info.plistfile.
- In DVTPlugInCompatibilityUUIDsadd the key C4A681B0-4A26-480E-93EC-1218098B9AA0
- 右键单击插件文件 >显示包内容
- 查找并编辑Info.plist文件。
- 在DVTPlugInCompatibilityUUIDs 中添加密钥 C4A681B0-4A26-480E-93EC-1218098B9AA0
Save your Info.plist file.
保存您的 Info.plist 文件。
Then go to /Applications/Xcode.app/Contents/PlugInsfolder, and copy your plugin file there (the administrator password will be required).
然后转到/Applications/Xcode.app/Contents/PlugIns文件夹,并将您的插件文件复制到那里(需要管理员密码)。
You can now launch Xcode and use your plugins ;-)
您现在可以启动 Xcode 并使用您的插件 ;-)
回答by Vladimir Prudnikov
It should be here ~/Library/Application Support/Xcode/Plug-ins
.
它应该在这里~/Library/Application Support/Xcode/Plug-ins
。