~paulbrianstewart/ubuntu/oneiric/gcompris/825448-Spelling-And-Grammar-Error

« back to all changes in this revision

Viewing changes to macosx/Info.plist.in

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2010-06-27 22:51:30 UTC
  • mfrom: (1.1.16 upstream) (5.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100627225130-mf7h4m5r8m7bd9fb
Tags: 9.3-1
* New upstream release.
* Drop GTK_DISABLE_DEPRECATED patch, useless for now.
* Provide RELEASE_NOTE_9.3.txt downloaded from sourceforge.
* New voice package for Asturian.

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>GCompris</string>
 
9
    <key>CFBundleGetInfoString</key>
 
10
    <string>@VERSION@, Copyright 2000-2010 Bruno Coudoin and Others</string>
 
11
    <key>CFBundleIconFile</key>
 
12
    <string>GCompris.icns</string>
 
13
    <key>CFBundleIdentifier</key>
 
14
    <string>net.gcompris</string>
 
15
    <key>CFBundleInfoDictionaryVersion</key>
 
16
    <string>6.0</string>
 
17
    <key>CFBundlePackageType</key>
 
18
    <string>APPL</string>
 
19
    <key>CFBundleShortVersionString</key>
 
20
    <string>@VERSION@</string>
 
21
    <key>CFBundleSignature</key>
 
22
    <string>????</string>
 
23
    <key>CFBundleVersion</key>
 
24
    <string>@VERSION@</string>
 
25
    <key>NSHumanReadableCopyright</key>
 
26
    <string>Copyright 2000-2010 Bruno Coudoin and Others.</string>
 
27
    <key>LSMinimumSystemVersion</key>
 
28
    <string>10.4</string>
 
29
</dict>
 
30
</plist>