summaryrefslogtreecommitdiff
path: root/pkg/osx/Info-gnustep.plist.in
blob: e7436df20c8574b6275e057a14400e1b45216a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    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";
        }
    );
}