apps-gorm/GormInfo.plist

23 lines
812 B
Text
Raw Normal View History

{
NSIcon = "Gorm.tiff";
NSRole = "Editor";
NSTypes = (
{
NSUnixExtensions = ( "gorm" );
NSIcon = "Gorm.tiff";
},
{
NSUnixExtensions = ( "gmodel" );
NSIcon = "FileIcon_gmodel.tiff";
}
);
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 0.9.2 (Release)";
Authors = ("Gregory John Casamento <greg_casamento@yahoo.com>","Richard Frith-Macdonald <rfm@gnu.org>","Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 FSF";
CopyrightDescription = "Released under the GNU General Public License 2.0";
NSBuildVersion = "0.9.2 Feb 28 2005";
}