shithub: choc

ref: 6e0df0d01676cec59caaafa2cea3910c5a9b51e0
dir: /pkg/osx/Info-gnustep.plist.in/

View raw version
{
    ApplicationName = "@PACKAGE_NAME@";
    ApplicationDescription = "Doom source port";
    ApplicationIcon = app.png;
    ApplicationRelease = @PACKAGE_VERSION@;
    Copyright = "Copyright (C) 2009-2010";
    CopyrightDescription = "GNU General Public License, version 2";
    FullVersionID = @PACKAGE_VERSION@;
    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";
        }
    );
}