mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
to cells in a matrix. * GormCore/GormFilePrefsManager.m: Update version to 1.2.7 * GormInfo.plist: Same * Version: Same git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27043 72102866-910b-0410-8b05-ffd578937521
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
{
|
|
NSIcon = "Gorm.tiff";
|
|
NSRole = "Editor";
|
|
NSTypes = (
|
|
{
|
|
NSName = "GSGormFileType";
|
|
NSHumanReadableName = "GNUstep Gorm";
|
|
NSRole = Editor;
|
|
NSDocumentClass = GormDocument;
|
|
NSUnixExtensions = ( "gorm" );
|
|
NSIcon = "GormFile.tiff";
|
|
},
|
|
{
|
|
NSName = "GSNibFileType";
|
|
NSHumanReadableName = "Cocoa Nib";
|
|
NSRole = Editor;
|
|
NSDocumentClass = GormDocument;
|
|
NSUnixExtensions = ( "nib" );
|
|
NSIcon = "GormNib.tiff";
|
|
},
|
|
{
|
|
NSName = "GSGModelFileType";
|
|
NSHumanReadableName = "GNUstep GModel";
|
|
NSRole = Viewer;
|
|
NSDocumentClass = GormDocument;
|
|
NSUnixExtensions = ( "gmodel" );
|
|
NSIcon = "FileIcon_gmodel.tiff";
|
|
},
|
|
{
|
|
NSUnixExtensions = ( "palette" );
|
|
NSIcon = "GormPalette.tiff";
|
|
}
|
|
);
|
|
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
|
ApplicationIcon = "Gorm.tiff";
|
|
ApplicationName = "Gorm";
|
|
ApplicationRelease = "Gorm 1.2.7 (SVN)";
|
|
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, 2006, 2007, 2008 FSF";
|
|
CopyrightDescription = "Released under the GNU General Public License 3.0";
|
|
NSBuildVersion = "1.2.7 Nov 13 2008";
|
|
}
|