Fun fact: the "EnablePasteboardPrivacyDeveloperPreview" defaults flag on macOS doesn't just enable confirmation for accessing the clipboard, it moves the responsibility for an app's main menu from the app's own process into a separate system process (TrustedUIService). This means that the contents of the menus have to be serialized to be sent over XPC to that system process, breaking things such as custom SF Symbols in menu icons. I guess that's part of why it's still just a developer preview.
@_inside just saw that a couple days ago, was a nightmare figuring out why our custom SF Symbol menus weren't working on some of our machines. Really amazed at how many things that setting breaks.
/cc @todd

