As a reminder: we need to bump MACOSX_DEPLOYMENT_TARGET to 10.9 now wherever we use it as that is what Mozilla is shipping with ESR68 (actually it might be worth checking that any binary we ship in the bundle has a min OS version of 10.9 now).
This first patch looks good to me. I merged it to master as commit 1877dbbdf499e51beb6dd5be2d53e74f57428130.
For the second patch, it seems we still have some -mmacosx-version-min=10.7 in projects/go-webrtc/config. We also have a comment mentioning 10.7 in projects/rust/build. While at it, to avoid duplicating the macos target in many place, maybe we could define it in a variable in rbm.conf.
Trac: Keywords: TorBrowserTeam201908R deleted, TorBrowserTeam201908 added Status: needs_review to needs_revision
For the second patch, it seems we still have some -mmacosx-version-min=10.7 in projects/go-webrtc/config. We also have a comment mentioning 10.7 in projects/rust/build. While at it, to avoid duplicating the macos target in many place, maybe we could define it in a variable in rbm.conf.