File: Info.plist

package info (click to toggle)
glhack 1.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,748 kB
  • sloc: ansic: 208,571; cpp: 13,139; yacc: 2,005; makefile: 1,152; lex: 377; sh: 121; awk: 89; sed: 11
file content (20 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.4.3</string>
	<key>CFBundleSignature</key>
	<string>NHak</string>
</dict>
</plist>