LibreWolf's bundle identifier for OS X appears to be currently set to org.mozilla.librewolf, as observed by the CFBundleIdentifier field of the Info.plist (within the Contents folder of LibreWolf.app). Based off of https://searchfox.org/firefox-main/rev/0ea834f7/toolkit/moz.configure#3697, my understanding is that setting --with-distribution-id should fix it (though I haven't tested).
I set the value to match what's being set for Windows here, though I'm not sure why net.librewolf isn't just being used instead. Also honestly not sure why --with-distribution-id isn't being set for all programs regardless, but I assume there's some reason for it, so this just adds it to macos.mozconfig.
The bundle identifier being correct will be especially important for librewolf/issues#2902.
LibreWolf's bundle identifier for OS X appears to be currently set to `org.mozilla.librewolf`, as observed by the `CFBundleIdentifier` field of the `Info.plist` *(within the `Contents` folder of `LibreWolf.app`)*. Based off of https://searchfox.org/firefox-main/rev/0ea834f7/toolkit/moz.configure#3697, my understanding is that setting `--with-distribution-id` should fix it *(though I haven't tested)*.
I set the value to match what's being set for Windows [here](https://codeberg.org/librewolf/source/src/commit/ebd9343bc70b6204455da2737e42056c5bf313d8/assets/mozconfig.windows#L30), though I'm not sure why `net.librewolf` isn't just being used instead. Also honestly not sure why `--with-distribution-id` isn't being set for all programs regardless, but I assume there's some reason for it, so this just adds it to `macos.mozconfig`.
The bundle identifier being correct will be especially important for https://codeberg.org/librewolf/issues/issues/2902.