Adapt tor-browser-build projects for macOS notarization
There are three issues that need to get solved
-
We need to specify the version in the sysrootdir,
SDK
is not enough as in this case the fallback to 10.6 is used which is too old (we need at least 10.9) (comment:16:ticket:30126) -
We need to set
MACOSX_DEPLOYMENT_TARGET
for e.g.tor
to 10.7 (to make sure it's not 10.11 which might be bad given that all the other binaries report 10.7) (comment:20:ticket:30126) -
Bump the Go version to at least 1.12.6 to pick up notarization related fixed (comment:24:ticket:30126)