File: MPDConInfo.plist

package info (click to toggle)
mpdcon.app 1.5.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: objc: 4,941; makefile: 25
file content (19 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    ApplicationDescription = "GNUstep Client for MPD";
    ApplicationIcon = "MPDCon.tiff";
    ApplicationName = MPDCon;
    ApplicationRelease = "1.5";
    Authors = (
	"The GAP Team",
	"Daniel Luederwald <das_flip@gmx.de>"
    );
    Copyright = "Copyright (C) 2013 GAP Team, 2004-06 Daniel Luederwald";
    CopyrightDescription = "Released under the GNU General Public License 2.0 or later";
    FullVersionID = "1.5";
    NSExecutable = MPDCon;
    NSIcon = "MPDCon.tiff";
    NSMainNibFile = "Player.gorm";
    NSPrincipalClass = NSApplication;
    NSRole = Application;
    URL = "http://gap.nongnu.org/mpdcon";
}