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>gdr</string>
13			</array>
14			<key>CFBundleTypeIconFile</key>
15			<string>graphos_doc_icons</string>
16			<key>CFBundleTypeName</key>
17			<string>graphos design</string>
18			<key>CFBundleTypeRole</key>
19			<string>Editor</string>
20			<key>NSDocumentClass</key>
21			<string>GRDocument</string>
22		</dict>
23	</array>
24	<key>CFBundleExecutable</key>
25	<string>Graphos</string>
26	<key>CFBundleHelpBookFolder</key>
27	<string>HTMLHelp</string>
28	<key>CFBundleHelpBookName</key>
29	<string>Graphos Help</string>
30	<key>CFBundleIconFile</key>
31	<string>graphos_icons</string>
32	<key>CFBundleIdentifier</key>
33	<string>org.gnustep.Graphos</string>
34	<key>CFBundleInfoDictionaryVersion</key>
35	<string>6.0</string>
36	<key>CFBundlePackageType</key>
37	<string>APPL</string>
38	<key>CFBundleSignature</key>
39	<string>????</string>
40	<key>CFBundleVersion</key>
41	<string>0.7</string>
42	<key>NSMainNibFile</key>
43	<string>MainMenu</string>
44	<key>NSPrincipalClass</key>
45	<string>NSApplication</string>
46</dict>
47</plist>
48