VirtualBox

Changeset 101281 in vbox


Ignore:
Timestamp:
Sep 27, 2023 7:37:37 AM (12 months ago)
Author:
vboxsync
Message:

Installer/darwin: Use the automatically generated entitlements files to have it in one place and split the entitlements into a VM process and main bundle entitlements file [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r101279 r101281  
    91149114        $(QUIET)$(APPEND) $@.tmp '<plist version="1.0">'
    91159115        $(QUIET)$(APPEND) $@.tmp '<dict>'
    9116         $(QUIET)$(APPEND) -n $@.tmp $(foreach entitlement,$(VBOX_DARWIN_ENTITLEMENTS_LIST), '   <key>$(entitlement)</key><true/>')
     9116        $(QUIET)$(APPEND) -n $@.tmp $(foreach entitlement,$(VBOX_DARWIN_ENTITLEMENTS_LIST_COMMON), '    <key>$(entitlement)</key><true/>')
    91179117        $(QUIET)$(APPEND) $@.tmp '</dict>'
    91189118        $(QUIET)$(APPEND) $@.tmp '</plist>'
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette