~stanray/xaralx/0.4

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
48
49
50
51
52
53
54
55
<?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>xar</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>xaralx.icns</string>
			<key>CFBundleTypeName</key>
			<string>XaraLX drawing</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>XAR</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>NSDocumentClass</key>
			<string>MBCDocument</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>XaraLX</string>
	<key>CFBundleGetInfoString</key>
	<string>XaraLX Version 0.3, Copyright 1994-2006 Xara Group Ltd and Contributors.</string>
	<key>CFBundleHelpBookFolder</key>
	<string>XaraLXHelp</string>
	<key>CFBundleHelpBookName</key>
	<string>XaraLX Help</string>
	<key>CFBundleIconFile</key>
	<string>xaralx.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.xara.XaraLX</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>0.3</string>
	<key>CFBundleName</key>
	<string>XaraLX</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>0.3</string>
	<key>CFBundleSignature</key>
	<string>XALX</string>
	<key>CFBundleVersion</key>
	<string>0.3</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
</dict>
</plist>