macos - macOS pluginkit 输出中的前缀是什么意思?

标签 macos plugins

正在执行 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.意思?根本没有前缀是什么意思?
谢谢!

最佳答案

!意味着 Finder Sync 扩展未从包含的应用程序运行。如果您的系统上有多个包含应用程序的副本,这是可能的。
您可以使用以下命令检查扩展路径:

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

关于macos - macOS pluginkit 输出中的前缀是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34898903/

相关文章:

.net - 有没有办法在 Mac OS X 上安装 .net framework 4.5.2 或更高版本?

macos - 如何在 mac osx 中将 mongodb 从 2.0 升级到 2.2

macos - hdiutil 在终端窗口中工作但不在 shell 脚本中工作

xcode - 如何确定 OS X dylib 是否与 -flat_namespace 链接

Jquery CSS 方法 : better writing

macos - 确定应用程序是否允许在 macOS 中启动

javascript - PhoneGap/Cordova - 未收到 "camera permission"提示

java - 生命周期配置未涵盖插件执行 : com. mycila.maven-license-plugin

go - 将 channel 参数传递给 golang 中的动态加载函数

jquery - 如何为每组元素运行一个 jQuery 方法