share/Info.plist.in
changeset 2401 2a694ea2a437
parent 2393 068632066f80
child 2609 b67624c7d61e
--- a/share/Info.plist.in	Fri Oct 02 16:49:31 2009 +0000
+++ b/share/Info.plist.in	Fri Oct 02 18:44:37 2009 +0000
@@ -2,6 +2,8 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+	<key>CFBundleName</key>
+	<string>Hedgewars</string>
 	<key>CFBundleExecutable</key>
 	<string>hedgewars</string>
 	<key>CFBundleGetInfoString</key>
@@ -25,8 +27,8 @@
 	<key>LSMinimumSystemVersion</key>
 	<string>10.4.0</string>
 	<key>LSRequiresNativeExecution</key>
-	<string>SUPublicDSAKeyFile</string>
-	<key>dsa_pub.pem</key>
         <true/>
+	<key>SUPublicDSAKeyFile</key>
+	<string>dsa_pub.pem</string>
 </dict>
 </plist>