HI, I am a newbie in MAC app development, I wanted to know How I can use exiftool with Xcode to copy the exif data. I have done the same in windows by including the command line exe into the project and then calling it. How can I acheive the same in Xcode, as the client machine may not have the exif tool installed. Please provide a small solution for ht same.
I don't know the details of how to implement this in Xcode, but including ExifTool in a Mac app is trivial since a Mac app is a full directory structure. Just put "exiftool" and its "lib" directory in the Contents/Resources directory of your app, and run it from there.
- Phil