diff options
author | Brian Smith <brian@dbsoft.org> | 2023-03-14 15:28:51 -0500 |
---|---|---|
committer | Brian Smith <brian@dbsoft.org> | 2023-03-14 15:28:51 -0500 |
commit | 26b3d4c15157c7c3e7bae66b2d6534176f27c243 (patch) | |
tree | 034cd220507fd41d57df73345281f8922688c797 /build | |
parent | 9f009467d86fec76c9d909b5283121a35d220f19 (diff) | |
download | uxp-26b3d4c15157c7c3e7bae66b2d6534176f27c243.tar.gz |
Issue #2160 - Initial support for notarizing during DMG package.
Added --with-macbundle-idenity configure option to set a codesign identity.
If no identity is set or cross-compiling from Linux no codesigning will be
done. Currently doing a full deep bundle v2 sign, instead of limited v1.
Diffstat (limited to 'build')
-rw-r--r-- | build/moz.configure/old.configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index ae29705608..527384839a 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -274,6 +274,7 @@ def old_configure_options(*options): '--with-ios-sdk', '--with-jitreport-granularity', '--with-macbundlename-prefix', + '--with-macbundle-identity', '--with-macos-private-frameworks', '--with-macos-sdk', '--with-nspr-cflags', |