]> granicus.if.org Git - nethack/commitdiff
Qt/MacOS X tidbit
authorkmhugo <kmhugo>
Wed, 3 Sep 2003 00:16:51 +0000 (00:16 +0000)
committerkmhugo <kmhugo>
Wed, 3 Sep 2003 00:16:51 +0000 (00:16 +0000)
The Info.plist file contains vital information about a given
application package.  Rename the file from .pli to .plist (note
that other files in this directory use long extensions).
Also correct and add to some of the information in this file.

win/Qt/Info.pli [deleted file]
win/Qt/Info.plist [new file with mode: 0644]

diff --git a/win/Qt/Info.pli b/win/Qt/Info.pli
deleted file mode 100644 (file)
index fd4f6fb..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
-<dict>
-       <key>CFBundleIconFile</key>
-       <string>nethack.icns</string>
-       <key>CFBundlePackageType</key>
-       <string>APPL</string>
-        <key>CFBundleGetInfoString</key>
-       <string>Created by Qt/QMake</string>
-       <key>CFBundleSignature</key>
-       <string>ttxt</string>
-       <key>NOTE</key>
-       <string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
-</dict>
-</plist>
diff --git a/win/Qt/Info.plist b/win/Qt/Info.plist
new file mode 100644 (file)
index 0000000..f2e9195
--- /dev/null
@@ -0,0 +1,20 @@
+<?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>CFBundleGetInfoHTML</key>
+       <string>http://www.nethack.org</string>
+       <key>CFBundleGetInfoString</key>
+       <string>Copyright (C) 1985-2003 Stichting Mathematisch Centrum</string>
+       <key>CFBundleIconFile</key>
+       <string>nethack.icns</string>
+       <key>CFBundleIdentifier</key>
+       <string>org.nethack.qt</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>3.5.0</string>
+       <key>CFBundleSignature</key>
+       <string>NHak</string>
+</dict>
+</plist>