Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/macosx/Info.plist
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2007-03-26 22:04:01 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2007-03-26 22:04:01 (GMT)
commit0c01d5c3e2e040045d8d504f5da869fe2e46a45b (patch)
tree2683e51f3aaff4a316ec111341f791195fa7ed8d /macosx/Info.plist
parent16756441cf594664f10460f6fa82f9ab969ebeda (diff)
add SDL* frameworks copy
svn path=/trunk/; revision=2552
Diffstat (limited to 'macosx/Info.plist')
-rw-r--r--macosx/Info.plist34
1 files changed, 30 insertions, 4 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist
index 2978d43..a61a477 100644
--- a/macosx/Info.plist
+++ b/macosx/Info.plist
@@ -1,4 +1,30 @@
-{
- NSExecutable = "GCompris";
- NSIcon = "gcompris.png";
-} \ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>GCompris</string>
+ <key>CFBundleGetInfoString</key>
+ <string>8.3BETA1 200-2006 Bruno Coudoin and the GCompris Team</string>
+ <key>CFBundleIconFile</key>
+ <string>GCompris.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.gcompris.GCompris</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>8.3.BETA1</string>
+ <key>CFBundleSignature</key>
+ <string>GCom</string>
+ <key>CFBundleVersion</key>
+ <string>8.3.BETA1</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright 2000-2007 GCompris Developers, GNU General Public Licensev2.</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.3</string>
+</dict>
+</plist>