mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10355 72102866-910b-0410-8b05-ffd578937521
18 lines
444 B
Text
18 lines
444 B
Text
{
|
|
NSIcon = "Gorm.tiff";
|
|
NSRole = "Editor";
|
|
NSTypes = (
|
|
{
|
|
NSUnixExtensions = ( "gorm" );
|
|
NSIcon = "Gorm.tiff";
|
|
}
|
|
);
|
|
ApplicationDescription = "Gorm";
|
|
ApplicationIcon = "Gorm.tiff";
|
|
ApplicationName = "Gorm";
|
|
ApplicationRelease = "0.2";
|
|
Authors = ();
|
|
Copyright = "Copyright (C) 1999-2001 FSF";
|
|
CopyrightDescription = "Released under the GNU GPL";
|
|
FullVersionID = "0.2";
|
|
}
|