Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/macosx
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
parent16756441cf594664f10460f6fa82f9ab969ebeda (diff)
add SDL* frameworks copy
svn path=/trunk/; revision=2552
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Info-gnustep.plist4
-rw-r--r--macosx/Info.plist34
-rw-r--r--macosx/PkgInfo2
3 files changed, 35 insertions, 5 deletions
diff --git a/macosx/Info-gnustep.plist b/macosx/Info-gnustep.plist
new file mode 100644
index 0000000..2978d43
--- /dev/null
+++ b/macosx/Info-gnustep.plist
@@ -0,0 +1,4 @@
+{
+ NSExecutable = "GCompris";
+ NSIcon = "gcompris.png";
+} \ No newline at end of file
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>
diff --git a/macosx/PkgInfo b/macosx/PkgInfo
index 8576ae6..4ef0f38 100644
--- a/macosx/PkgInfo
+++ b/macosx/PkgInfo
@@ -1 +1 @@
-APPLGCompris
+APPLGCom \ No newline at end of file