shithub: choc

ref: cd8cf5f1c8c0e6a86ddc3322f33acc29698009f5
dir: /pkg/osx/Info-GNUstep.plist.in/

View raw version
{
    ApplicationDescription = "@PACKAGE_NAME@";
    ApplicationIcon = app.png;
    ApplicationName = "@PACKAGE_NAME@";
    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";
        }
    );
}