Definition of a "soft" home folder as a reference folder
Hi, I'd like to use assets located in ~/Library/[…] therefore I define the "Reference Folder" as "/Users/[myusername]" and the assets' path relative to the reference folder: "Library/[…]". However when changing the user (for example for another developer) the reference folder is hardcoded with my username, not the local user's home path.
Would it be possible to automatically detect the home path and replace it with "~", and/or at least replace "~" in the reference folder with the local user home directory when building the package?
This may be possible. This is something that would be worth trying after the 1.2 version is released.
FMI, when will approx. the 1.2 version be released?
During Q2 as far as I can tell.
Would the -F switch of the command line tool packagesbuild do this in the meantime? like e.g. -F ~?