what program is... <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <array/> </plist>

Can you help me?? I found this code and have no idea what the program is...

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<array/>

</plist>

This is an odd question.


What you've copy/pasted is just an empty .plist.


If there was more then there might be a chance of identifying which one, but there would almost certainly be easier ways for you to see which one it is from the filename and path.

Isnt it weird... this is all that shows up... under app event.. i will check again but i believe that is it... why would an empty plist show up under an app event?

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<array/>

</plist>


thats it... wondershare recovered this... but I have no idea what it is attached to...

I wouldn't be too concerned about it, apps frequently delete/rewrite plists. They typically contain app settings that just get returned to default in their absence.

but its not a hidden app right Max??

No, it's not.

thank you so much!!

I saw it look like ur post
this from com.vbaudio.vbcableagent
for use soundline media to microphone line for screenccapture VDO
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "htto://vvvvvv.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.vbaudio.vbcableagent</string>
<key>Program</key>
<string>/Library/Audio/Plug-Ins/HAL/VBCable.driver/Contents/Resources/VBCableAgent</string>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>Debug</key>
<false/>
<key>MachServices</key>
<dict>
<key>com.vbaudio.vbcableagent</key>
<true/>
</dict>
<key>ProgramArguments</key>
<array>
<string>vbcableagent</string>
</array>
</dict>
</plist>

I have program files that follow this.. what is it?! Seems alarming right?

what program is... &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; &lt;plist version="1.0"&gt; &lt;array/&gt; &lt;/plist&gt;
 
 
Q