VirtualBox

Changeset 2406 in vbox


Ignore:
Timestamp:
Apr 28, 2007 7:42:27 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20813
Message:

VirtualBoxVM.app helper app.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
1 edited
2 copied

Legend:

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

    r2366 r2406  
    4646
    4747INSTALLS = VirtualBox.nls
    48 INSTALLS.darwin = VirtualBox.app
    4948
    5049VirtualBox_TEMPLATE = VBOXQTGUIEXE
     
    232231# On Mac OS X (darwin) we need to install icon resources and compusory bundle contents.
    233232#
     233INSTALLS.darwin += VirtualBox.app
    234234VirtualBox.app_INST = $(INST_VIRTUALBOX)Contents/
    235235VirtualBox.app_MODE = 644
     
    240240
    241241$(PATH_TARGET)/Info.plist: src/darwin/Info.plist $(VBOX_VERSION_MK) | $(call DIRDEP,$(PATH_TARGET))
     242        $(call MSG_L1,Generating $@)
     243        $(xQUIET)$(RM) -f $@
     244        $(xQUIET)$(SED) \
     245                -e 's/@VBOX_VERSION_STRING@/$(VBOX_VERSION_STRING)/g' \
     246                -e 's/@VBOX_VERSION_MAJOR@/$(VBOX_VERSION_MAJOR)/g' \
     247                -e 's/@VBOX_VERSION_MINOR@/$(VBOX_VERSION_MINOR)/g' \
     248                -e 's/@VBOX_VERSION_BUILD@/$(VBOX_VERSION_BUILD)/g' \
     249                $< > $@
     250
     251INSTALLS.darwin += VirtualBoxVM.app
     252VirtualBoxVM.app_INST = $(VirtualBox.app_INST)Resources/VirtualBoxVM.app/Contents/
     253VirtualBoxVM.app_MODE = 644
     254VirtualBoxVM.app_SOURCES = \
     255        src/darwin/VM-PkgInfo=>PkgInfo \
     256        $(PATH_TARGET)/VM-Info.plist=>Info.plist \
     257        images/VirtualBox.icns=>Resources/virtualbox.icns
     258VirtualBoxVM.app_SYMLINKS = \
     259        MacOS=>../../../MacOS/
     260
     261$(PATH_TARGET)/VM-Info.plist: src/darwin/VM-Info.plist $(VBOX_VERSION_MK) | $(call DIRDEP,$(PATH_TARGET))
    242262        $(call MSG_L1,Generating $@)
    243263        $(xQUIET)$(RM) -f $@
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist

    r2374 r2406  
    66        <key>CFBundleSignature</key>                <string>VBOX</string>
    77        <key>CFBundleDevelopmentRegion</key>        <string>English</string>
    8         <key>CFBundleIdentifier</key>               <string>org.virtualbox.app.VirtualBox</string>
    9         <key>CFBundleName</key>                     <string>VirtualBox</string>
     8        <key>CFBundleIdentifier</key>               <string>org.virtualbox.app.VirtualBox.VM</string>
     9        <key>CFBundleName</key>                     <string>VirtualBox VM</string>
    1010        <key>CFBundleExecutable</key>               <string>VirtualBox</string>
    1111        <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
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