Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/VBox/Frontends/VirtualBox/Makefile.kmk
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,13 @@ ifeq ($(KBUILD_TARGET),darwin)
src/platform/darwin/VM-PkgInfo=>PkgInfo \
$(VirtualBoxVM.app_0_OUTDIR)/VM-Info.plist=>Info.plist \
$(foreach mysrc,$(VirtualBox.app_SOURCES),$(if-expr $(pos =>Resources/,$(mysrc)) > 0,$(mysrc),))

# The VM application has its own bundle, so it needs the language directories
# as well or macOS will leave its application menu untranslated.
INSTALLS += VirtualBoxVM.lproj
VirtualBoxVM.lproj_INST = $(VirtualBoxVM.app_INST)Resources/
VirtualBoxVM.lproj_MODE = 755
VirtualBoxVM.lproj_DIRS := $(addsuffix .lproj,$(VBOX_APPROVED_GUI_LANGUAGES))
ifdef VBOX_WITH_INTNET_SERVICE_IN_R3
VirtualBoxVM.app_SYMLINKS = \
XPCServices=>../../../XPCServices
Expand Down
Loading