1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>CFBundleDevelopmentRegion</key>
6	<string>English</string>
7	<key>CFBundleDocumentTypes</key>
8	<array>
9		<dict>
10			<key>CFBundleTypeExtensions</key>
11			<array>
12				<string>pxi</string>
13			</array>
14			<key>CFBundleTypeName</key>
15			<string>Pixen Image</string>
16			<key>CFBundleTypeOSTypes</key>
17			<array>
18				<string>PXIm</string>
19			</array>
20			<key>CFBundleTypeRole</key>
21			<string>Editor</string>
22			<key>NSDocumentClass</key>
23			<string>MyDocument</string>
24		</dict>
25		<dict>
26			<key>CFBundleTypeExtensions</key>
27			<array>
28				<string>png</string>
29			</array>
30			<key>CFBundleTypeMIMETypes</key>
31			<array>
32				<string>image/png</string>
33			</array>
34			<key>CFBundleTypeName</key>
35			<string>Portable Network Graphic (PNG)</string>
36			<key>CFBundleTypeRole</key>
37			<string>Editor</string>
38			<key>NSDocumentClass</key>
39			<string>MyDocument</string>
40		</dict>
41		<dict>
42			<key>CFBundleTypeExtensions</key>
43			<array>
44				<string>tiff</string>
45			</array>
46			<key>CFBundleTypeName</key>
47			<string>Tagged Image File Format (TIFF)</string>
48			<key>CFBundleTypeRole</key>
49			<string>Editor</string>
50			<key>NSDocumentClass</key>
51			<string>MyDocument</string>
52		</dict>
53		<dict>
54			<key>CFBundleTypeExtensions</key>
55			<array>
56				<string>eps</string>
57			</array>
58			<key>CFBundleTypeName</key>
59			<string>Encaspulated PostScript (EPS)</string>
60			<key>CFBundleTypeRole</key>
61			<string>Editor</string>
62			<key>NSDocumentClass</key>
63			<string>MyDocument</string>
64		</dict>
65	</array>
66	<key>CFBundleExecutable</key>
67	<string>Pixen</string>
68	<key>CFBundleGetInfoString</key>
69	<string>A pixel art program for Mac OS X</string>
70	<key>CFBundleHelpBookFolder</key>
71	<string>PixenHelp</string>
72	<key>CFBundleHelpBookName</key>
73	<string>Pixen Help</string>
74	<key>CFBundleIconFile</key>
75	<string>Pixen</string>
76	<key>CFBundleIdentifier</key>
77	<string>org.opensword.pixen</string>
78	<key>CFBundleInfoDictionaryVersion</key>
79	<string>6.0</string>
80	<key>CFBundleName</key>
81	<string>Pixen</string>
82	<key>CFBundlePackageType</key>
83	<string>APPL</string>
84	<key>CFBundleShortVersionString</key>
85	<string>r2v2</string>
86	<key>CFBundleSignature</key>
87	<string>PiXn</string>
88	<key>CFBundleVersion</key>
89	<string>r2v2</string>
90	<key>NSAppleScriptEnabled</key>
91	<true/>
92	<key>NSMainNibFile</key>
93	<string>MainMenu</string>
94	<key>NSPrincipalClass</key>
95	<string>NSApplication</string>
96	<key>LSMinimumSystemVersion</key>
97	<string>10.3</string>
98</dict>
99</plist>
100