File: Info-Hatari.plist

package info (click to toggle)
hatari 0.90-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,984 kB
  • ctags: 3,012
  • sloc: ansic: 29,954; sh: 2,871; objc: 1,173; asm: 260; makefile: 199
file content (47 lines) | stat: -rw-r--r-- 1,202 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
45
46
47
<?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>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>st</string>
			</array>
			<key>CFBundleTypeName</key>
			<string>ST disk image</string>
			<key>CFBundleTypeRole</key>
			<string></string>
		</dict>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>msa</string>
			</array>
			<key>CFBundleTypeName</key>
			<string>MSA disk image</string>
			<key>CFBundleTypeRole</key>
			<string></string>
		</dict>
	</array>
	<key>CFBundleIconFile</key>
	<string>Hatari</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>0.80</string>
	<key>Hatari</key>
	<string>SDL Cocoa App</string>
	<key>NSMainNibFile</key>
	<string>SDLMain.nib</string>
	<key>NSPrincipalClass</key>
	<string>SDLApplication</string>
</dict>
</plist>