mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8ef321e2e8
nib-loading fix for MainPrefs.
25 lines
796 B
Text
25 lines
796 B
Text
{
|
|
ApplicationDescription = "A game editor for QuakeForge";
|
|
ApplicationIcon = "Forge.tiff";
|
|
ApplicationName = Forge;
|
|
ApplicationRelease = "0.1.0 (Development)";
|
|
ApplicationURL = "http://www.quakeforge.net/Forge/";
|
|
Authors = (
|
|
"Jeff Teunissen <deek@d2dc.net>",
|
|
);
|
|
Copyright = "Copyright (C) 2001 Dusk To Dawn Computing, Inc.";
|
|
CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
|
|
FullVersionID = "0.1.0 (Development)";
|
|
NSTypes = (
|
|
{
|
|
NSName = "forge";
|
|
NSHumanReadableName = "Forge project file";
|
|
NSUnixExtensions = ("forge");
|
|
NSDOSExtensions = ("forge");
|
|
NSMIMETypes = ("application/x-forge-project");
|
|
NSIcon = ForgeDocument;
|
|
NSRole = Editor;
|
|
NSDocumentClass = Document;
|
|
}
|
|
);
|
|
}
|