~ubuntu-branches/ubuntu/maverick/mumble/maverick-security

« back to all changes in this revision

Viewing changes to src/murmur/murmur.plist

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig
  • Date: 2009-12-10 20:29:29 UTC
  • mfrom: (9.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091210202929-3096zttdt0ie9kw6
Tags: 1.2.0-1
New upstream release.

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>CFBundleExecutable</key>
 
6
        <string>murmurd</string>
 
7
        <key>CFBundleGetInfoString</key>
 
8
        <string>An open source, low-latency, high quality voice chat software primarily intended for use while gaming.</string>
 
9
        <key>CFBundleIdentifier</key>
 
10
        <string>net.sourceforge.mumble.Murmur</string>
 
11
        <key>CFBundlePackageType</key>
 
12
        <string>APPL</string>
 
13
        <key>CFBundleSignature</key>
 
14
        <string>MMUR</string>
 
15
        <key>CFBundleVersion</key>
 
16
        <string>1.2.0</string>
 
17
        <key>NSHumanReadableCopyright</key>
 
18
        <string>Copyright (c) 2005-2009 Thorvald Natvig &lt;slicer@users.sourceforge.net&gt;</string>
 
19
</dict>
 
20
</plist>