在终端命令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.
是什么意思?
什么意思没有前缀?
谢谢!
答案 0 :(得分:3)
!
表示finder同步扩展程序未在包含app的情况下运行。如果您的系统上有多个包含app的副本,则可以这样做。
您可以使用以下命令检查扩展路径
/usr/bin/pluginkit -m -v -i com.mycompany.finderExt