This commit is contained in:
David Zuber
2019-09-01 14:14:08 +01:00
parent 924ff5f5ef
commit 8e8907f48b
631 changed files with 202169 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
ApplicationName = "psdoom";
ApplicationDescription = "psdoom-ng source port - psDooM with Chocolate Doom";
ApplicationIcon = app.png;
ApplicationRelease = 2012.02.05-1.6.0;
ApplicationURL = "https://github.com/orsonteodoro/psdoom-ng/";
Authors = (
"Orson Teodoro <orsonteodoro@yahoo.com>"
);
Copyright = "Copyright (C) 1993-2012";
CopyrightDescription = "GNU General Public License, version 2";
FullVersionID = 2012.02.05-1.6.0;
GSMainMarkupFile = "";
NSExecutable = "launcher";
NSIcon = app.png;
NSMainNibFile = launcher.nib;
NSPrincipalClass = NSApplication;
NSRole = Application;
NSTypes = (
{
NSHumanReadableName = "Doom WAD file";
NSUnixExtensions = ( wad );
NSRole = Viewer;
NSMimeTypes = (
"application/x-doom"
);
NSIcon = "wadfile.png";
},
{
NSHumanReadableName = "Dehacked patch";
NSUnixExtensions = ( deh );
NSRole = Viewer;
NSIcon = "wadfile.png";
}
);
}