2016-01-20 21 views
5

在端子命令pluginkit -m執行產生以下輸出(不重要線跳過):OS X'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) 

有一個SO question+-前綴答案。

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

但是感嘆號!奇怪前綴H.是什麼意思?
什麼意思是什麼時候根本沒有前綴?

謝謝!

回答

2

!表示查找程序同步擴展程序未從包含應用程序運行。如果您的系統上包含多個包含應用程序的副本,則這是可能的。

您可以使用以下命令來檢查擴展路徑

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