Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-07-14 10:22:44 +08:00
commit 56216e737f
17 changed files with 319 additions and 131 deletions

View file

@ -5021,6 +5021,16 @@ fi
AC_DEFINE_UNQUOTED(MOZ_MACBUNDLE_ID,$MOZ_MACBUNDLE_ID)
AC_SUBST(MOZ_MACBUNDLE_ID)
dnl ========================================================
dnl = Mac bundle codesign entitlements
dnl ========================================================
MOZ_ARG_WITH_STRING(macbundle-entitlement,
[ --with-macbundle-entitlement=entitlementname
Entitlements to add to the Mac application bundle],
[ MOZ_MACBUNDLE_ENTITLEMENT="$withval"])
AC_SUBST(MOZ_MACBUNDLE_ENTITLEMENT)
dnl ========================================================
dnl = Mac bundle codesign identity
dnl ========================================================
@ -5031,6 +5041,17 @@ MOZ_ARG_WITH_STRING(macbundle-identity,
AC_SUBST(MOZ_MACBUNDLE_IDENTITY)
dnl ========================================================
dnl = Mac bundle DMG type
dnl ========================================================
MOZ_ARG_WITH_STRING(macbundle-type,
[ --with-macbundle-type=hybrid
Method to use to create the DMG],
[ MOZ_MACBUNDLE_TYPE="$withval"])
AC_SUBST(MOZ_MACBUNDLE_TYPE)
dnl ========================================================
dnl = Child Process Name for IPC
dnl ========================================================