Viewing a UIImageJPEGRepresentation image on the desktop

2009-10-23 Thread The Grand Poohbah
I need to examine an image that was stored in a property list as a NSData UIImageJPEGRepresentation. The property list is a plist file that is sent to me from an iPhone as an email attachment. The image is a "Data" class item in the property list and stored as a long series of hex bytes. I

Mac access to iPhone Document Directory

2009-08-17 Thread The Grand Poohbah
I'm writing a Mac application to process data for use with my iPhone app. It would be handy for development purposes to directly read from and write to my connected iPhone app's document directory. I know the Organizer can read my app's document directory and have used that, but I want to d