File: bad_plist.bad

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (44 lines) | stat: -rw-r--r-- 1,664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>CFBundleVersion</key>			<string>2.5.2</string>
	<key>CFBundleShortVersionString</key><string>2.5.2</string>
	<key>CFBundleGetInfoString</key>	<string>Constructor v2.5.2, a Metrowerks CodeWarrior Component, 1993-2001 Metrowerks Corporation</string>
	<key>CFBundleName</key>				<string>Constructor</string>
	<key>CFBundleSignature</key>		<string>MWC2</string>
	<key>CFBundlePackageType</key>		<string>APPL</string>
	<key>CFBundleIconFile</key>			<string>128<string>
	<key>CFBundleIdentifier</key>		<string>com.metrowerks.Constructor</string>
	<key>CFBundleDocumentTypes</key>
		<array>
			<dict>
				<key>CFBundleTypeName</key>		<string>Constructor project<string>
				<key>CFBundleTypeIconFile</key>	<string>129<string>
				<key>CFBundleTypeRole</key>		<string>Editor<string>
				<key>CFBundleTypeOSTypes</key>
					<array>
						<string>rsrc</string>
					</array>
				<key>CFBundleTypeExtentions</key>
					<array>
						<string>ppob</string>
						<string>rsrc</string>
						<string>ctyp</string>
					</array>
			</dict>
			<dict>
				<key>CFBundleTypeName</key>		<string>Constructor preferences<string>
				<key>CFBundleTypeIconFile</key>	<string>130<string>
				<key>CFBundleTypeRole</key>		<string>None<string>
				<key>CFBundleTypeOSTypes</key>
					<array>
						<string>pref</string>
					</array>
			</dict>
		<array>
	<key>CFBundleDevelopmentRegion</key><string>English</string>
	<key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
	<key>LSPrefersCarbon</key>			<true/>
</dict>
</plist>