Sto cercando di risolvere alcuni problemi e ho trovato alcune cose su Etrecheck di cui non riesco a determinare l'origine. Uno di questi elementi è il daemon di lancio "com.JWVD.cbcache.plist".
Qualcuno sa di cosa si tratta? Una ricerca su Google rivela 3 post precedenti del mio rapporto Etrecheck contenente questo elemento e due thread di forum tedeschi nessuno dei quali sembra rispondere a questa particolare domanda.
Il contenuto del plist è:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.JWVD.cbcache</string>
<key>ProgramArguments</key>
<array>
<string>/Library/PrivilegedHelperTools/com.JWVD.cbcache</string>
</array>
<key>ServiceIPC</key>
<true/>
<key>Sockets</key>
<dict>
<key>Listener</key>
<dict>
<key>SockPathMode</key>
<integer>438</integer>
<key>SockPathName</key>
<string>/var/run/cbcache.socket</string>
</dict>
</dict>
<key>StandardErrorPath</key>
<string>/var/log/cbcache.err.log</string>
<key>StandardOutPath</key>
<string>/var/log/cbcache.out.log</string>
</dict>
</plist>