mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20816 72102866-910b-0410-8b05-ffd578937521
22 lines
810 B
Text
22 lines
810 B
Text
{
|
|
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.3 (Alpha)";
|
|
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.3 Feb 28 2005";
|
|
}
|