在终端中执行pluginkit --match会产生以下输出(跳过的不重要行):
+ com.apple.ncplugin.weather(1.0)
- com.apple.share.SinaWeibo.post(1.0)
H. com.apple.InternalFiltersXPC(2.0)
com.apple.ncplugin.FindMyFriends(1.0)
! com.mycompany.MyDemoPlugIn(1.0)another question中有关于+和-前缀的答案。
+ com.mycompany.finderExt(1) - If the extension is enabled
- com.mycompany.finderExt(1) - If the extension is not enabled但是感叹号!和H.是什么意思呢?当根本没有前缀的时候,这是什么意思?
谢谢!
发布于 2016-04-25 11:21:25
!意味着Finder扩展没有从包含的应用程序中运行。如果系统上有多个包含应用程序的副本,这是可能的。
可以使用以下命令检查扩展路径:
/usr/bin/pluginkit -m -v -i com.mycompany.finderExthttps://stackoverflow.com/questions/34898903
复制相似问题