VirtualBox

Changeset 2408 in vbox for trunk


Ignore:
Timestamp:
Apr 28, 2007 9:29:03 AM (18 years ago)
Author:
vboxsync
Message:

Some refinements. the inode must be different. greate.

Location:
trunk/src/VBox
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile

    r2406 r2408  
    5050VirtualBox_SDKS.win = WINPSDK DXSDK
    5151VirtualBox_SDKS.linux = LIBSDL
     52
     53ifeq ($(BUILD_TARGET),darwin)
     54# For the launch trick we need different inode numbers.
     55VirtualBox_INST = VirtualBox VirtualBoxVM
     56endif
    5257
    5358# Each nls/VirtualBox_xx_YY.ts file must have a qt_xx_YY.ts counterpart
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist

    r2406 r2408  
    44<dict>
    55        <key>CFBundlePackageType</key>              <string>APPL</string>
    6         <key>CFBundleSignature</key>                <string>VBOX</string>
     6        <key>CFBundleSignature</key>                <string>VBVM</string>
    77        <key>CFBundleDevelopmentRegion</key>        <string>English</string>
    8         <key>CFBundleIdentifier</key>               <string>org.virtualbox.app.VirtualBox.VM</string>
     8        <key>CFBundleIdentifier</key>               <string>org.virtualbox.app.VirtualBoxVM</string>
    99        <key>CFBundleName</key>                     <string>VirtualBox VM</string>
    10         <key>CFBundleExecutable</key>               <string>VirtualBox</string>
     10        <key>CFBundleExecutable</key>               <string>VirtualBoxVM</string>
    1111        <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    1212        <key>CFBundleShortVersionString</key>       <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    13         <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007 InnoTek Systemberatung GmbH</string>
     13        <key>CFBundleGetInfoString</key>            <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007 InnoTek Systemberatung GmbH</string>
    1414        <key>CFBundleIconFile</key>                 <string>virtualbox</string>
    1515        <key>CFBundleInfoDictionaryVersion</key>    <string>6.0</string>
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-PkgInfo

    r2406 r2408  
    1 APPLVBOX
     1APPLVBVM
  • trunk/src/VBox/Main/MachineImpl.cpp

    r2407 r2408  
    26702670    {
    26712671#ifdef __DARWIN__ /* Avoid Lanuch Services confusing this with the selector by using a helper app. */
    2672         const char VirtualBox_exe[] = "../Resources/VirtualBoxVM.app/Contents/MacOS/VirtualBox" HOSTSUFF_EXE;
     2672        const char VirtualBox_exe[] = "../Resources/VirtualBoxVM.app/Contents/MacOS/VirtualBoxVM";
    26732673#else
    26742674        const char VirtualBox_exe[] = "VirtualBox" HOSTSUFF_EXE;
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