I currently have a target in XCode which calls 'packagemaker' command line tool from a script, and am able to run this without any problems. However I can't figure out how to set the paths inside my .pmdoc file. The only way I got it to work is by having post-build steps to copy to a temporary directory for each target whose binary is consumer by the installer, and then my paths in the .pmdoc file are hardcoded to the temporary directory.
I was hoping I could use environment variables in the .pmdoc path entries, but they don't seem to be supported.
Am I stuck having to copy everything to a temporary dir, or is there any other way to clean things up?
Thanks.