chiark / gitweb /
Add a missing error message in Flood solve_game().
[sgt-puzzles.git] / osx-info.plist
index afe6f58532f70c05a04f219e8e6d6b90a2365e6e..9f4aef8e537ca8dad207dc02f4fdb53724664cf7 100644 (file)
@@ -1,5 +1,5 @@
 <?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">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
        <key>CFBundleIconFile</key>
@@ -8,5 +8,27 @@
        <string>Help</string>
        <key>CFBundleHelpBookName</key>
        <string>Puzzles Help</string>
+       <key>CFBundleName</key>
+       <string>Puzzles</string>
+       <key>CFBundleDisplayName</key>
+       <string>Puzzles</string>
+       <key>CFBundleExecutable</key>
+       <string>Puzzles</string>
+       <key>CFBundleVersion</key>
+       <string>Unidentified build</string>
+       <key>CFBundleShortVersionString</key>
+       <string>Unidentified build</string>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>en</string>
+       <key>CFBundleIdentifier</key>
+       <string>uk.org.greenend.chiark.sgtatham.puzzles</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>NSHumanReadableCopyright</key>
+       <string>This software is copyright (c) 2004-2014 Simon Tatham</string>
 </dict>
 </plist>