Last change
on this file since 97659 was 97046, checked in by vboxsync, 2 years ago |
Devices/DrvIntNet,NetworkServices,Installer/darwin: First rough attempt at making the internal networking option work on macOS after all KEXTs got removed, bugref:10297
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
---|
3 | <plist version="1.0">
|
---|
4 | <dict>
|
---|
5 | <key>CFBundlePackageType</key> <string>XPC!</string>
|
---|
6 | <key>CFBundleSignature</key> <string>VBOX</string>
|
---|
7 | <key>CFBundleDevelopmentRegion</key> <string>English</string>
|
---|
8 | <key>CFBundleIdentifier</key> <string>org.virtualbox.intnet</string>
|
---|
9 | <key>CFBundleName</key> <string>VBoxIntNetSwitch</string>
|
---|
10 | <key>CFBundleExecutable</key> <string>VBoxIntNetSwitch</string>
|
---|
11 | <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
|
---|
12 | <key>CFBundleShortVersionString</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
|
---|
13 | <key>CFBundleGetInfoString</key> <string>@VBOX_PRODUCT@ Manager @VBOX_VERSION_STRING@, © 2007-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
|
---|
14 | <key>CFBundleIconFile</key> <string>virtualbox</string>
|
---|
15 | <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
|
---|
16 | <key>XPCService</key>
|
---|
17 | <dict>
|
---|
18 | <key>RunloopType</key> <string>dispatch_main</string>
|
---|
19 | <key>ServiceType</key> <string>User</string>
|
---|
20 | </dict>
|
---|
21 | </dict>
|
---|
22 | </plist>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.