I'm just finally understanding pkgbuild/productbuild and have created a simple installer package. Using productbuild with the --synthesize option I've created my basic distribution.dist file. Now I want to customize it by adding a readme and license to it.
I'm thinking I need to add a line like this somewhere: < license file="License.rtf" mime-type="text/rtf"/ >
(funny, I needed to put those extra spaces in for it to show up)
First, is the format for look right? I'm no expert on xml. Second, I tried to place the line right above the first pkg-ref, or just after the final pkg-ref. In both cases it's within the installer-gui-script beginning and ending tags. Neither was successful. How do I add this simple addition?