1{
2    ApplicationDescription = "GNUstep Client for MPD";
3    ApplicationIcon = "MPDCon.tiff";
4    ApplicationName = MPDCon;
5    ApplicationRelease = "1.5";
6    Authors = (
7	"The GAP Team",
8	"Daniel Luederwald <das_flip@gmx.de>"
9    );
10    Copyright = "Copyright (C) 2013 GAP Team, 2004-06 Daniel Luederwald";
11    CopyrightDescription = "Released under the GNU General Public License 2.0 or later";
12    FullVersionID = "1.5";
13    NSExecutable = MPDCon;
14    NSIcon = "MPDCon.tiff";
15    NSMainNibFile = "Player.gorm";
16    NSPrincipalClass = NSApplication;
17    NSRole = Application;
18    URL = "http://gap.nongnu.org/mpdcon";
19}