Using the following steps, I'm able to embed an info.plist into a command-line tool.
I know how to retrieve the plist
file from a .bundle, but I'm not sure how to do the same in a single-file tool like I've got.
I've embedded the info.plist into the command-line tool so that I can store the version in it. Does anyone know how I can retrieve it at run-time so I can determine what version is running?
Thanks