Bug 1692531 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Are release builds signed differently than builds on other channels (like "beta" or "nightly")? I've discovered that Big Sur is much pickier about dealing with unsigned apps on ARM64  hardware than it is on AMD64 hardware.

https://apple.stackexchange.com/questions/408752/the-message-you-do-not-have-permission-to-open-the-application-is-shown-when-t

The only way I've been able to get tryserver builds to work is to sign them myself, using `codesign -s "Steven Michaud" -f --deep Firefox\ Nightly.app`.
Are release builds signed differently than builds on other channels (like "beta" or "nightly")? I've discovered that Big Sur is much pickier about dealing with unsigned apps on ARM64  hardware than it is on AMD64 hardware.

https://apple.stackexchange.com/questions/408752/the-message-you-do-not-have-permission-to-open-the-application-is-shown-when-t

The only way I've been able to get tryserver builds to work is to sign them myself, using `codesign -s "Steven Michaud" -f --deep Firefox\ Nightly.app`. Interestingly, this isn't needed for running a non-release build in Rosetta, even on an Apple Silicon machine.

Back to Bug 1692531 Comment 2