File: FTPInfo.plist

package info (click to toggle)
ftp.app 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: objc: 2,955; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 567 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
{
    ApplicationDescription = "FTP client";
    ApplicationIcon = "FTP_icon_gs.tif";
    ApplicationName = FTP;
    ApplicationRelease = "0.6";
    Authors = (
	"Riccardo Mottola <rm@gnu.org>"
    );
    CFBundleIdentifier = "org.gap.FTP";
    Copyright = "Copyright (C) 2005-2017";
    CopyrightDescription = "Released under GPL v2+";
    FullVersionID = "0.6";
    NSExecutable = FTP;
    NSIcon = "FTP_icon_gs.tif";
    NSMainNibFile = "FTP.gorm";
    NSPrincipalClass = NSApplication;
    NSRole = Application;
    URL = "http://savannah.nongnu/project/gap/";
}