apps-gorm/GormInfo.plist
Gregory John Casamento 9df2d1aeb8 Fix merge issues
2021-05-09 02:29:13 -04:00

65 lines
1.9 KiB
Text

{
NSIcon = "Gorm.tiff";
NSMainNibFile = "Gorm.gorm";
NSRole = "Editor";
NSTypes = (
{
NSName = "GSGormFileType";
NSHumanReadableName = "GNUstep Gorm";
NSRole = Editor;
NSDocumentClass = GormDocument;
NSUnixExtensions = ( "gorm" );
NSIcon = "GormFile.tiff";
},
{
NSName = "GSStoryboardFileType";
NSHumanReadableName = "Cocoa Storyboard";
NSRole = Viewer;
NSDocumentClass = GormDocument;
NSUnixExtensions = ( "storyboard" );
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";
},
{
NSName = "GSXibFileType";
NSHumanReadableName = "Cocoa Xib";
NSRole = Viewer;
NSDocumentClass = GormDocument;
NSUnixExtensions = ( "xib" );
NSIcon = "GormNib.tiff";
},
{
NSUnixExtensions = ( "palette" );
NSIcon = "GormPalette.tiff";
}
);
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.3.0 (Release)";
Authors = ("Gregory John Casamento <greg.casamento@gmail.com>",
"Adam Fedor <fedor@gnu.org>",
"Richard Frith-Macdonald <rfm@gnu.org>",
"Wolfgang Lux <wolfgang.lux@gmail.com>",
"Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>",
"Sergii Stoian <stoyan255@gmail.com>");
Copyright = "Copyright (C) 1999-2021 FSF";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.2.28 May 9 2021";
GSDesktopInstallationDomain=SYSTEM;
}