commit | 28fdc3a5363cc8b7b141e9bc28d8e88ce99a431c | [log] [tgz] |
---|---|---|
author | Craig Scott <craig.scott@crascit.com> | Mon Mar 21 13:36:48 2022 +1100 |
committer | Craig Scott <craig.scott@crascit.com> | Mon Mar 21 13:36:48 2022 +1100 |
tree | aafd064a70890400cc3f1b32f4fc3ba2f67c6734 | |
parent | 66ba460810afdc0e0f65c20b1bc057a204acc82c [diff] |
productbuild: Simplify internal CPACK_PRODUCTBUILD_DOMAINS usage There's no benefit to storing the CPACK_PRODUCTBUILD_DOMAINS prefix in a variable and appending to it in the C++ code. It has the disadvantage of making it harder to find usages of the variables with a suffix appended to that string. Expand out the strings at the places they are used so that they are easier to spot.