VirtualBox

Changeset 61925 in vbox for trunk/src/VBox/Installer/darwin


Ignore:
Timestamp:
Jun 29, 2016 9:38:32 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108364
Message:

darwin/Installer: trying to deal with xcode 7.3.1 signing requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r61213 r61925  
    136136        @# Populate the image with uninstaller, readme, picture, and .VolumeIcon.icns. (TODO)
    137137        $(INSTALL) $(VBOX_PATH_DI_SRC)/DiskImage/VirtualBox_Uninstall.tool  $(VBOX_PATH_PACK_TMP)/DiskImage/
    138 if defined(VBOX_SIGNING_MODE) && defined(VBOX_NOT_OSX_105)
     138if defined(VBOX_SIGNING_MODE) #&& defined(VBOX_NOT_OSX_105)
    139139        $(call VBOX_SIGN_FILE_FN,$(VBOX_PATH_PACK_TMP)/DiskImage/VirtualBox_Uninstall.tool,org.virtualbox.dmg.uninstaller)
    140140endif
     
    747747        $(foreach bin, $(VBOX_DI_VBAPP_UNIVERSAL_PROGS) \
    748748                , $(NLTAB)$(call VBOX_SIGN_MACHO_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/$(bin),org.virtualbox.app.macos.$(notdir $(bin))) )
     749        $(foreach file, $(filter %.xpt,$(VBOX_DI_VBAPP_MISC_FILES) \
     750                , $(NLTAB)$(call VBOX_SIGN_FILE_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/$(file),org.virtualbox.app.$(tolower $(subst $(SP),,$(subst /,.,$(file))))) )
    749751 ifdef VBOX_NOT_OSX_105 ## @todo Move as much stuff out of MacOS/ as possible!!
    750752        $(foreach other, $(VBOX_DI_VBAPP_OTHER_UNIVERSAL_BINS) $(VBOX_DI_VBAPP_OTHER_BINS)\
Note: See TracChangeset for help on using the changeset viewer.

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