apps-projectcenter/Resources/Info-gnustep.plist
Sergii Stoian 5f2f1c3ad4 See Documentation/ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_5@21712 72102866-910b-0410-8b05-ffd578937521
2005-09-10 23:31:50 +00:00

47 lines
1.2 KiB
Text

{
NOTE = "Automatically generated, do not edit!";
ApplicationName = "ProjectCenter";
ApplicationDescription = "GNUstep Integrated Development Environment";
ApplicationIcon = "ProjectCenter.tiff";
ApplicationRelease = "0.5.0";
FullVersionID = "UNSTABLE_0_5";
Authors = (
"Philippe C.D. Robert",
"Serg Stoyan",
"David Ayers",
"Richard Frith-Macdonald",
"Nicola Pero",
"Pierre-Yves Rivaille",
"Adam Fedor",
"Gregory Jonh Casamento");
NSIcon = "ProjectCenter.tiff";
NSExecutable = ProjectCenter;
NSMainNibFile = ProjectCenter.gorm;
NSPrincipalClass = NSApplication;
NSRole = "Editor";
NSTypes = (
{
NSUnixExtensions = ( "project" );
NSIcon = "FileProject.tiff";
},
{
NSUnixExtensions = ( "pcproj" );
NSIcon = "FileProject.tiff";
},
{
NSUnixExtensions = ( "m" );
NSIcon = "FileM.tiff";
},
{
NSUnixExtensions = ( "h" );
NSIcon = "FileH.tiff";
},
{
NSUnixExtensions = ( "c" );
NSIcon = "FileC.tiff";
}
);
URL = "See http://www.gnustep.org/experience/ProjectCenter.html";
Copyright = "Copyright (C) 1999 - 2005 Free Software Foundation";
CopyrightDescription = "Released under the GNU General Public License 2.0";
}