apps-gorm/Applications/Gorm/GormInfo.plist

69 lines
2 KiB
Text
Raw Normal View History

{
NSIcon = "Gorm.tiff";
2020-08-02 16:18:36 +00:00
NSMainNibFile = "Gorm.gorm";
NSPrincipalClass = "NSApplication";
NSRole = "Editor";
NSTypes = (
{
NSName = "GSGormFileType";
NSHumanReadableName = "GNUstep Gorm";
NSRole = Editor;
NSDocumentClass = GormDocument;
NSUnixExtensions = ( "gorm" );
NSIcon = "GormFile.tiff";
},
2020-07-17 15:26:31 +00:00
{
NSName = "GSStoryboardFileType";
NSHumanReadableName = "Cocoa Storyboard";
NSRole = Viewer;
2020-07-17 15:26:31 +00:00
NSDocumentClass = GormDocument;
NSUnixExtensions = ( "storyboard" );
NSIcon = "GormFile.tiff";
},
{
NSName = "GSNibFileType";
NSHumanReadableName = "Cocoa Nib";
2023-01-15 10:56:59 +00:00
NSRole = Viewer;
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 = Editor;
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.4.0 (Unreleased)";
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>",
2020-04-14 18:45:33 +00:00
"Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>",
"Sergii Stoian <stoyan255@gmail.com>");
Copyright = "Copyright (C) 1999-2023 FSF";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.4.0";
GSDesktopInstallationDomain=SYSTEM;
}