apps-gorm/GormInfo.plist
Gregory John Casamento b0c1c7c958 Adding changes necessary to use the icon by Andrew Lindesay as the file icon
for .gmodel files.  Patch submitted by Rob Burns.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16670 72102866-910b-0410-8b05-ffd578937521
2003-05-08 04:56:10 +00:00

22 lines
547 B
Text

{
NSIcon = "Gorm.tiff";
NSRole = "Editor";
NSTypes = (
{
NSUnixExtensions = ( "gorm" );
NSIcon = "Gorm.tiff";
},
{
NSUnixExtensions = ( "gmodel" );
NSIcon = "FileIcon_gmodel.tiff";
}
);
ApplicationDescription = "Gorm";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "0.2.5";
Authors = ();
Copyright = "Copyright (C) 1999-2001 FSF";
CopyrightDescription = "Released under the GNU GPL";
FullVersionID = "0.2.5";
}