From 1c17e4087a569d79c86add1ba230cd902b38ac21 Mon Sep 17 00:00:00 2001 From: kmhugo Date: Wed, 3 Sep 2003 00:16:51 +0000 Subject: [PATCH] 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. --- win/Qt/Info.pli | 16 ---------------- win/Qt/Info.plist | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 16 deletions(-) delete mode 100644 win/Qt/Info.pli create mode 100644 win/Qt/Info.plist 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 + +