# Wrapper breaks codesigning on macOS; though plugins that may require
# original mozilla signature (like 1Password) won't work with signatures
# stripped, at least the wrapped browser will launch.
ifisDarwinthen
browser_.overrideAttrs(oldAttrs:{
dontFixup=false;
})
else
browser_;
wrapper=
{
applicationName?browser.binaryNameor(lib.getNamebrowser),# Note: this is actually *binary* name and is different from browser.applicationName, which is *app* name!