From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- .../Additions/common/VBoxGuest/darwin/Info.plist | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/VBox/Additions/common/VBoxGuest/darwin/Info.plist (limited to 'src/VBox/Additions/common/VBoxGuest/darwin') diff --git a/src/VBox/Additions/common/VBoxGuest/darwin/Info.plist b/src/VBox/Additions/common/VBoxGuest/darwin/Info.plist new file mode 100644 index 00000000..f4384535 --- /dev/null +++ b/src/VBox/Additions/common/VBoxGuest/darwin/Info.plist @@ -0,0 +1,51 @@ + + + + + CFBundleDevelopmentRegion English + CFBundleExecutable VBoxGuest + CFBundleIdentifier org.virtualbox.kext.VBoxGuest + CFBundleInfoDictionaryVersion 6.0 + CFBundleName VBoxGuest + CFBundlePackageType KEXT + CFBundleSignature ???? + NSHumanReadableCopyright Copyright © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@ + CFBundleGetInfoString @VBOX_PRODUCT@ @VBOX_VERSION_STRING@, © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@ + CFBundleVersion @VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@ + CFBundleShortVersionString @VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@ + OSBundleCompatibleVersion @VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@ + IOKitPersonalities + + VBoxGuest + + CFBundleIdentifier org.virtualbox.kext.VBoxGuest + IOClass org_virtualbox_VBoxGuest + IOMatchCategory org_virtualbox_VBoxGuest + IOUserClientClass org_virtualbox_VBoxGuestClient + IOKitDebug 65535 + IOProviderClass IOPCIDevice + IOPCIPrimaryMatch 0xcafe80ee + + + + OSBundleLibraries + + com.apple.iokit.IOPCIFamily 2.5 + com.apple.kpi.bsd 8.0.0 + com.apple.kpi.mach 8.0.0 + com.apple.kpi.libkern 8.0.0 + com.apple.kpi.unsupported 8.0.0 + com.apple.kpi.iokit 8.0.0 + + OSBundleLibraries_x86_64 + + com.apple.iokit.IOPCIFamily 2.6 + com.apple.kpi.bsd 10.0.0d4 + com.apple.kpi.mach 10.0.0d3 + com.apple.kpi.libkern 10.0.0d3 + com.apple.kpi.iokit 10.0.0d3 + com.apple.kpi.unsupported 10.0.0d3 + + + + -- cgit v1.2.3