2001-07-06 17:10:51 +00:00
|
|
|
{
|
2001-07-09 15:39:20 +00:00
|
|
|
NSIcon = "Gorm.tiff";
|
2001-07-06 17:10:51 +00:00
|
|
|
NSRole = "Editor";
|
|
|
|
NSTypes = (
|
|
|
|
{
|
2006-06-05 02:12:00 +00:00
|
|
|
NSName = "GSGormFileType";
|
|
|
|
NSHumanReadableName = "GNUstep Gorm";
|
|
|
|
NSRole = Editor;
|
|
|
|
NSDocumentClass = GormDocument;
|
2001-07-06 17:10:51 +00:00
|
|
|
NSUnixExtensions = ( "gorm" );
|
2006-03-21 03:42:51 +00:00
|
|
|
NSIcon = "GormFile.tiff";
|
2003-05-08 04:56:10 +00:00
|
|
|
},
|
|
|
|
{
|
2006-06-05 02:12:00 +00:00
|
|
|
NSName = "GSNibFileType";
|
|
|
|
NSHumanReadableName = "Cocoa Nib";
|
2006-08-01 04:16:34 +00:00
|
|
|
NSRole = Editor;
|
2006-06-05 02:12:00 +00:00
|
|
|
NSDocumentClass = GormDocument;
|
2006-03-22 00:54:43 +00:00
|
|
|
NSUnixExtensions = ( "nib" );
|
|
|
|
NSIcon = "GormNib.tiff";
|
|
|
|
},
|
2006-06-15 04:51:33 +00:00
|
|
|
{
|
|
|
|
NSName = "GSGModelFileType";
|
|
|
|
NSHumanReadableName = "GNUstep GModel";
|
|
|
|
NSRole = Viewer;
|
|
|
|
NSDocumentClass = GormDocument;
|
|
|
|
NSUnixExtensions = ( "gmodel" );
|
|
|
|
NSIcon = "FileIcon_gmodel.tiff";
|
|
|
|
},
|
2006-03-21 03:42:51 +00:00
|
|
|
{
|
|
|
|
NSUnixExtensions = ( "palette" );
|
|
|
|
NSIcon = "GormPalette.tiff";
|
2001-07-06 17:10:51 +00:00
|
|
|
}
|
|
|
|
);
|
2004-07-12 04:16:09 +00:00
|
|
|
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
2001-07-09 15:39:20 +00:00
|
|
|
ApplicationIcon = "Gorm.tiff";
|
2001-07-06 17:10:51 +00:00
|
|
|
ApplicationName = "Gorm";
|
2006-06-05 02:12:00 +00:00
|
|
|
ApplicationRelease = "Gorm 1.1.0 (SVN)";
|
2004-05-22 03:10:05 +00:00
|
|
|
Authors = ("Gregory John Casamento <greg_casamento@yahoo.com>","Richard Frith-Macdonald <rfm@gnu.org>","Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
|
2006-03-20 04:39:17 +00:00
|
|
|
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 FSF";
|
2004-05-22 03:10:05 +00:00
|
|
|
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
2006-06-05 02:12:00 +00:00
|
|
|
NSBuildVersion = "1.1.0 Jun 4 2006";
|
2001-07-06 17:10:51 +00:00
|
|
|
}
|