Add efacf056cd
This commit is contained in:
36
dockerdoom/trunk/pkg/osx/Info-gnustep.plist
Normal file
36
dockerdoom/trunk/pkg/osx/Info-gnustep.plist
Normal 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";
|
||||
}
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user