share/Info.plist.in
changeset 2003 41b3d00949ca
parent 1999 a28dcfe658e3
child 2008 fc2fb5c938c3
--- a/share/Info.plist.in	Fri Apr 17 20:13:46 2009 +0000
+++ b/share/Info.plist.in	Sat Apr 18 12:46:56 2009 +0000
@@ -4,17 +4,27 @@
 <dict>
 	<key>CFBundleExecutable</key>
 	<string>hedgewars</string>
+	<key>CFBundleGetInfoString</key>
+	<string>Hedgewars, a Worms-like game</string>
 	<key>CFBundleIconFile</key>
 	<string>Icon.icns</string>
 	<key>CFBundleIdentifier</key>
 	<string>com.hedgewars</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
-	<key>LSMinimumSystemVersion</key>
-	<string>10.5.0</string>
 	<key>CFBundleSignature</key>
 	<string>Hedge</string>
 	<key>CFBundleVersion</key>
 	<string>${HEDGEWARS_VERSION}</string>
+	<key>NSHumanReadableCopyright</key>
+	<string>GPL</string>
+	<key>NSAppleScriptEnabled</key>
+	<false/>
+	<key>LSExecutableArchitectures</key>
+   	<string>i386, ppc</string>
+	<key>LSMinimumSystemVersion</key>
+	<string>10.4.0</string>
+	<key>LSRequiresNativeExecution</key>
+        <true/>
 </dict>
 </plist>