~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: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        <key>CFBundleExecutable</key>
8
8
        <string>psi</string>
9
9
        <key>CFBundleGetInfoString</key>
10
 
        <string>Psi 0.10-test4 by the Psi team. This program is licensed under the GNU GPL.</string>
 
10
        <string>Psi 0.11 by the Psi team. This program is licensed under the GNU GPL.</string>
11
11
        <key>CFBundleIconFile</key>
12
12
        <string>application.icns</string>
13
13
        <key>CFBundleIdentifier</key>
14
 
        <string>com.affinix.psi</string>
 
14
        <string>org.psi-im</string>
15
15
        <key>CFBundleInfoDictionaryVersion</key>
16
16
        <string>6.0</string>
17
17
        <key>CFBundleName</key>
19
19
        <key>CFBundlePackageType</key>
20
20
        <string>APPL</string>
21
21
        <key>CFBundleShortVersionString</key>
22
 
        <string>Psi 0.10</string>
 
22
        <string>Psi 0.11</string>
23
23
        <key>CFBundleSignature</key>
24
24
        <string>psi</string>
25
25
        <key>CFBundleVersion</key>
26
 
        <string>0.10</string>
 
26
        <string>0.11</string>
27
27
        <key>CSResourcesFileMapped</key>
28
28
        <true/>
29
29
</dict>