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.
This commit is contained in:
@@ -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>
|
||||
20
win/Qt/Info.plist
Normal file
20
win/Qt/Info.plist
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user