~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to mac/Info.plist

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

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>CFBundleDevelopmentRegion</key>
 
6
        <string>English</string>
 
7
        <key>CFBundleExecutable</key>
 
8
        <string>psi</string>
 
9
        <key>CFBundleGetInfoString</key>
 
10
        <string>Psi 0.9.3 by Justin Karneges. This program is licensed under the GNU GPL.</string>
 
11
        <key>CFBundleIconFile</key>
 
12
        <string>application.icns</string>
 
13
        <key>CFBundleIdentifier</key>
 
14
        <string>com.affinix.psi</string>
 
15
        <key>CFBundleInfoDictionaryVersion</key>
 
16
        <string>6.0</string>
 
17
        <key>CFBundleName</key>
 
18
        <string>Psi</string>
 
19
        <key>CFBundlePackageType</key>
 
20
        <string>APPL</string>
 
21
        <key>CFBundleShortVersionString</key>
 
22
        <string>Psi 0.9.3</string>
 
23
        <key>CFBundleSignature</key>
 
24
        <string>psi</string>
 
25
        <key>CFBundleVersion</key>
 
26
        <string>0.9.3</string>
 
27
        <key>CSResourcesFileMapped</key>
 
28
        <true/>
 
29
</dict>
 
30
</plist>