From: kmhugo Date: Wed, 3 Sep 2003 00:16:51 +0000 (+0000) Subject: Qt/MacOS X tidbit X-Git-Tag: MOVE2GIT~1818 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c17e4087a569d79c86add1ba230cd902b38ac21;p=nethack Qt/MacOS X tidbit 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. --- diff --git a/win/Qt/Info.pli b/win/Qt/Info.pli deleted file mode 100644 index fd4f6fbba..000000000 --- a/win/Qt/Info.pli +++ /dev/null @@ -1,16 +0,0 @@ - - - - - CFBundleIconFile - nethack.icns - CFBundlePackageType - APPL - CFBundleGetInfoString - Created by Qt/QMake - CFBundleSignature - ttxt - NOTE - Please, do NOT change this file -- It was generated by Qt/QMake. - - diff --git a/win/Qt/Info.plist b/win/Qt/Info.plist new file mode 100644 index 000000000..f2e9195ee --- /dev/null +++ b/win/Qt/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleGetInfoHTML + http://www.nethack.org + CFBundleGetInfoString + Copyright (C) 1985-2003 Stichting Mathematisch Centrum + CFBundleIconFile + nethack.icns + CFBundleIdentifier + org.nethack.qt + CFBundlePackageType + APPL + CFBundleShortVersionString + 3.5.0 + CFBundleSignature + NHak + +