If an old port is resurrected to work with current version code, its files can be relocated to the appropriate sys or win folder as required. In the meantime, the burden of upkeep can be avoided for the stuff in the outdated folder for now.
21 lines
672 B
Plaintext
21 lines
672 B
Plaintext
<?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>
|