1{
2    NSIcon = "Gorm.tiff";
3    NSRole = "Editor";
4    NSTypes = (
5      {
6	NSName = "GSGormFileType";
7	NSHumanReadableName = "GNUstep Gorm";
8	NSRole = Editor;
9	NSDocumentClass = GormDocument;
10        NSUnixExtensions = ( "gorm" );
11        NSIcon = "GormFile.tiff";
12      },
13      {
14	NSName = "GSNibFileType";
15	NSHumanReadableName = "Cocoa Nib";
16	NSRole = Editor;
17	NSDocumentClass = GormDocument;
18        NSUnixExtensions = ( "nib" );
19        NSIcon = "GormNib.tiff";
20      },
21      {
22	NSName = "GSGModelFileType";
23	NSHumanReadableName = "GNUstep GModel";
24	NSRole = Viewer;
25	NSDocumentClass = GormDocument;
26        NSUnixExtensions = ( "gmodel" );
27        NSIcon = "FileIcon_gmodel.tiff";
28      },
29      {
30	NSName = "GSXibFileType";
31	NSHumanReadableName = "Cocoa Xib";
32	NSRole = Viewer;
33	NSDocumentClass = GormDocument;
34        NSUnixExtensions = ( "xib" );
35        NSIcon = "GormNib.tiff";
36      },
37      {
38        NSUnixExtensions = ( "palette" );
39        NSIcon = "GormPalette.tiff";
40      }
41    );
42    ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
43    ApplicationIcon = "Gorm.tiff";
44    ApplicationName = "Gorm";
45    ApplicationRelease = "Gorm 1.2.23 (Release)";
46    Authors = ("Gregory John Casamento <greg.casamento@gmail.com>",
47    	       "Adam Fedor <fedor@gnu.org>",
48    	       "Richard Frith-Macdonald <rfm@gnu.org>",
49	       "Wolfgang Lux <wolfgang.lux@gmail.com>",
50               "Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
51    Copyright = "Copyright (C) 1999-2015 FSF";
52    CopyrightDescription = "Released under the GNU General Public License 3.0";
53    NSBuildVersion = "1.2.23 Jul 19 2016";
54    GSDesktopInstallationDomain=SYSTEM;
55}
56