mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
56216e737f
17 changed files with 319 additions and 131 deletions
|
|
@ -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 ========================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue