File: HelpViewerInfo.plist

package info (click to toggle)
helpviewer.app 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,940 kB
  • sloc: objc: 2,416; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	ApplicationName = "HelpViewer";
	ApplicationDescription = "GNUstep Help Viewer";
	ApplicationRelease = "0.4";
	ApplicationURL = "http://www.roard.com/helpviewer";
	Authors = ("Nicolas Roard <nicolas@roard.com>","Riccardo Mottola <rm@gnu.org>");
	Copyright = "Copyright (c)\n2003 Nicolas Roard\n2020-2021 Riccardo Mottola";
	CopyrightDescription = "This program is released under the GNU GPL 2 or later";
	GSHelpType = "help";
	CFBundleIdentifier = org.gnustep.HelpViewer;
	NSIcon = "HelpViewer.tiff";
	NSTypes = (
	    {
		NSHumanReadableName = "GNUstep Help Document";
		NSUnixExtensions = ("help");
		NSIcon = "Icon-hlpd.tiff";
	        NSRole = "Viewer";
	    }
	);
}