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>CFBundleTypeIconFile</key>
15			<string>PixenDoc</string>
16			<key>CFBundleTypeName</key>
17			<string>Pixen Image</string>
18			<key>CFBundleTypeOSTypes</key>
19			<array>
20				<string>PXIm</string>
21			</array>
22			<key>CFBundleTypeRole</key>
23			<string>Editor</string>
24			<key>NSDocumentClass</key>
25			<string>PXDocument</string>
26		</dict>
27		<dict>
28			<key>CFBundleTypeExtensions</key>
29			<array>
30				<string>jpg</string>
31				<string>jpeg</string>
32			</array>
33			<key>CFBundleTypeName</key>
34			<string>JPEG Graphic</string>
35			<key>CFBundleTypeRole</key>
36			<string>Viewer</string>
37			<key>NSDocumentClass</key>
38			<string>PXDocument</string>
39		</dict>
40		<dict>
41			<key>CFBundleTypeExtensions</key>
42			<array>
43				<string>bmp</string>
44			</array>
45			<key>CFBundleTypeName</key>
46			<string>Windows Bitmap (BMP)</string>
47			<key>CFBundleTypeRole</key>
48			<string>Editor</string>
49			<key>NSDocumentClass</key>
50			<string>PXDocument</string>
51		</dict>
52		<dict>
53			<key>CFBundleTypeExtensions</key>
54			<array>
55				<string>pict</string>
56			</array>
57			<key>CFBundleTypeName</key>
58			<string>Apple PICT Graphic</string>
59			<key>CFBundleTypeRole</key>
60			<string>Editor</string>
61			<key>NSDocumentClass</key>
62			<string>PXDocument</string>
63		</dict>
64		<dict>
65			<key>CFBundleTypeExtensions</key>
66			<array>
67				<string>eps</string>
68			</array>
69			<key>CFBundleTypeName</key>
70			<string>Encapsulated PostScript (EPS)</string>
71			<key>CFBundleTypeRole</key>
72			<string>Editor</string>
73			<key>NSDocumentClass</key>
74			<string>PXDocument</string>
75		</dict>
76		<dict>
77			<key>CFBundleTypeExtensions</key>
78			<array>
79				<string>png</string>
80			</array>
81			<key>CFBundleTypeMIMETypes</key>
82			<array>
83				<string>image/png</string>
84			</array>
85			<key>CFBundleTypeName</key>
86			<string>Portable Network Graphic (PNG)</string>
87			<key>CFBundleTypeRole</key>
88			<string>Editor</string>
89			<key>NSDocumentClass</key>
90			<string>PXDocument</string>
91		</dict>
92		<dict>
93			<key>CFBundleTypeExtensions</key>
94			<array>
95				<string>gif</string>
96			</array>
97			<key>CFBundleTypeName</key>
98			<string>Compuserve Graphic (GIF)</string>
99			<key>CFBundleTypeRole</key>
100			<string>Editor</string>
101			<key>NSDocumentClass</key>
102			<string>PXDocument</string>
103		</dict>
104		<dict>
105			<key>CFBundleTypeExtensions</key>
106			<array>
107				<string>tiff</string>
108			</array>
109			<key>CFBundleTypeName</key>
110			<string>Tagged Image File Format (TIFF)</string>
111			<key>CFBundleTypeRole</key>
112			<string>Editor</string>
113			<key>NSDocumentClass</key>
114			<string>PXDocument</string>
115		</dict>
116		<dict>
117			<key>CFBundleTypeExtensions</key>
118			<array>
119				<string>lif</string>
120				<string>life</string>
121			</array>
122			<key>CFBundleTypeName</key>
123			<string>Game of Life File (LIF)</string>
124			<key>CFBundleTypeRole</key>
125			<string>Editor</string>
126			<key>NSDocumentClass</key>
127			<string>PXDocument</string>
128		</dict>
129	</array>
130	<key>CFBundleExecutable</key>
131	<string>Pixen</string>
132	<key>CFBundleGetInfoString</key>
133	<string>A pixel art program</string>
134	<key>CFBundleIconFile</key>
135	<string>Pixen</string>
136	<key>CFBundleIdentifier</key>
137	<string>org.opensword.pixen</string>
138	<key>CFBundleInfoDictionaryVersion</key>
139	<string>6.0</string>
140	<key>CFBundleName</key>
141	<string>Pixen</string>
142	<key>CFBundlePackageType</key>
143	<string>APPL</string>
144	<key>CFBundleShortVersionString</key>
145	<string>r2v4</string>
146	<key>CFBundleSignature</key>
147	<string>PiXn</string>
148	<key>CFBundleVersion</key>
149	<string>r2v4</string>
150	<key>LSMinimumSystemVersion</key>
151	<string>10.3</string>
152	<key>NSAppleScriptEnabled</key>
153	<true/>
154	<key>NSMainNibFile</key>
155	<string>MainMenu</string>
156	<key>NSPrincipalClass</key>
157	<string>NSApplication</string>
158</dict>
159</plist>
160