Running on macOS (particularly in this case), I need to do some things prior to running the install such as unlocking the keychain (for example), so that the app files I generate can be signed.
Now I do this in the POST_BUILD but that doesn’t get run if I have just done a full build and then run an install as a separate step. Which means I need to do a clean and then install (which forces a build to run first).
Is this likely to materialise (please)?
David