I am very experienced Windows C++ developer but have no knowledge of Mac. We
need to port Windows based code that talks to an MP3 player device as iTunes
plug-in on Mac. Where can I get SDK for developing iTunes device plug-in on
Mac? Are there any sample plug-ins with source code available? Our MP3
device is a USB Mass Storage device. In our Windows code we use SCSI
commands to get the device unique hardware ID from the device USB interface,
determine if the device is connected and get its mounted drive letter so we
can copy files on it using standard file system API. How can we do all this
on Mac? We do have CodeWarrior IDE to build apps for Mac OS X. Any help
would be greatly appreciated.