~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Installer/darwin/VBoxKEXTs/Info.plist

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>CFBundleIdentifier</key>                   <string>org.virtualbox.pkg.vboxkexts</string>
 
6
        <key>CFBundleName</key>                         <string>The @VBOX_PRODUCT@ Kernel Extensions Package</string>
 
7
        <key>CFBundleGetInfoString</key>                <string>@VBOX_PRODUCT@ @VBOX_VERSION_STRING@, © 2009-@VBOX_C_YEAR@ @VBOX_VENDOR@</string>
 
8
        <key>CFBundleShortVersionString</key>           <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
 
9
        <key>IFMajorVersion</key>                       <integer>@VBOX_VERSION_MAJOR@</integer>
 
10
        <key>IFMinorVersion</key>                       <integer>@VBOX_VERSION_MINOR@</integer>
 
11
        <key>IFPkgFlagAllowBackRev</key>                <false/>
 
12
        <key>IFPkgFlagAuthorizationAction</key>         <string>RootAuthorization</string>
 
13
        <key>IFPkgFlagDefaultLocation</key>             <string>/</string>
 
14
        <key>IFPkgFlagInstallFat</key>                  <false/>
 
15
        <key>IFPkgFlagIsRequired</key>                  <true/>
 
16
        <key>IFPkgFlagRelocatable</key>                 <false/>
 
17
        <key>IFPkgFlagRestartAction</key>               <string>NoRestart</string>
 
18
        <key>IFPkgFlagRootVolumeOnly</key>              <true/>
 
19
        <key>IFPkgFlagUpdateInstalledLanguages</key>    <false/>
 
20
        <key>IFPkgFormatVersion</key>                   <real>0.10000000149011612</real>
 
21
        <key>IFPkgFlagOverwritePermissions</key>        <false/>
 
22
</dict>
 
23
</plist>
 
24