~paulbrianstewart/ubuntu/oneiric/quassel/833751-String-Error-Fix

« back to all changes in this revision

Viewing changes to scripts/build/Info.plist

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-08-25 09:10:56 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20100825091056-k8u74za5n8z97f0d
Tags: 0.7~rc1-0ubuntu1
* New upstream RC release
* Add missing build-depends on libdbusmenu-qt-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
3
 
  "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4
3
<plist version="1.0">
5
4
<dict>
6
 
  <key>CFBundleDevelopmentRegion</key>
7
 
  <string>English</string>
8
 
   <key>CFBundleExecutable</key>
9
 
  <string>%(BUNDLE_NAME)s</string>
10
 
  <key>CFBundleGetInfoString</key>
11
 
  <string>Quassel IRC Client</string>
12
 
  <key>CFBundleIconFile</key>
13
 
  <string>%(ICON_FILE)s</string>
14
 
  <key>CFBundleIdentifier</key>
15
 
  <string>org.quassel-irc.client</string>
16
 
  <key>CFBundleInfoDictionaryVersion</key>
17
 
  <string>6.0</string>
18
 
  <key>CFBundleName</key>
19
 
  <string>Quassel IRC Client</string>
20
 
  <key>CFBundlePackageType</key>
21
 
  <string>APPL</string>
22
 
  <key>CFBundleShortVersionString</key>
23
 
  <string>%(BUNDLE_VERSION)s</string>
24
 
  <key>CFBundleSignature</key>
25
 
  <string>????</string>
26
 
  <key>CFBundleVersion</key>
27
 
  <string>%(BUNDLE_VERSION)s</string>
28
 
  <!-- <key>CSResourcesFileMapped</key>
29
 
       <true/> -->
30
 
  <key>LSRequiresCarbon</key>
31
 
  <true/>
32
 
  <key>NSHumanReadableCopyright</key>
33
 
  <string>© 2005-08, Quassel IRC Team</string>
 
5
        <key>CFBundleDevelopmentRegion</key>
 
6
        <string>English</string>
 
7
        <key>CFBundleExecutable</key>
 
8
        <string>%(BUNDLE_NAME)s</string>
 
9
        <key>CFBundleGetInfoString</key>
 
10
        <string>Quassel IRC Client</string>
 
11
        <key>CFBundleIconFile</key>
 
12
        <string>%(ICON_FILE)s</string>
 
13
        <key>CFBundleIdentifier</key>
 
14
        <string>org.quassel-irc.client</string>
 
15
        <key>CFBundleInfoDictionaryVersion</key>
 
16
        <string>6.0</string>
 
17
        <key>CFBundleName</key>
 
18
        <string>Quassel IRC Client</string>
 
19
        <key>CFBundlePackageType</key>
 
20
        <string>APPL</string>
 
21
        <key>CFBundleShortVersionString</key>
 
22
        <string>%(BUNDLE_VERSION)s</string>
 
23
        <key>CFBundleSignature</key>
 
24
        <string>????</string>
 
25
        <key>CFBundleVersion</key>
 
26
        <string>%(BUNDLE_VERSION)s</string>
 
27
        <key>LSRequiresCarbon</key>
 
28
        <true/>
 
29
        <key>NSHumanReadableCopyright</key>
 
30
        <string>© 2005-2010, Quassel IRC Team</string>
34
31
</dict>
35
32
</plist>