OS X'pluginkit --match'命令输出结果前缀为“+, - ,!”。这意味着什么?

时间:2016-01-20 11:33:42

标签: macos plugins

在终端命令pluginkit -m中执行会产生以下输出(跳过不重要的行):

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

SO question+-前缀的答案。

+ com.mycompany.finderExt(1) - If the extension is enabled
- com.mycompany.finderExt(1) - If the extension is not enabled

但感叹号!奇怪的前缀H.是什么意思?
什么意思没有前缀?

谢谢!

1 个答案:

答案 0 :(得分:3)

!表示finder同步扩展程序未在包含app的情况下运行。如果您的系统上有多个包含app的副本,则可以这样做。

您可以使用以下命令检查扩展路径

/usr/bin/pluginkit -m -v -i com.mycompany.finderExt