apps-projectcenter/ProjectCenter/ProjectCenterInfo.plist
Philippe C.D. Robert 3bda3f4b47 Removed the toplevel ChangeLog, updated the ChangeLogs in the subdirectories and
raised the version number to 0.2.6.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@11915 72102866-910b-0410-8b05-ffd578937521
2001-12-29 15:37:30 +00:00

32 lines
888 B
Text

{
NSIcon = "ProjectCenter.tiff";
NSRole = "Editor";
NSTypes = (
{
NSUnixExtensions = ( "project" );
NSIcon = "ProjectCenter.tiff";
},
{
NSUnixExtensions = ( "m" );
NSIcon = "FileIcon_.m.tiff";
},
{
NSUnixExtensions = ( "h" );
NSIcon = "FileIcon_.h.tiff";
},
{
NSUnixExtensions = ( "c" );
NSIcon = "FileIcon_.c.tiff";
}
);
NOTE = "Automatically generated, do not edit!";
ApplicationName = "ProjectCenter";
ApplicationDescription = "GNUstep IDE";
ApplicationIcon = "ProjectCenter.tiff";
ApplicationRelease = "ProjectCenter 0.2.6";
FullVersionID = "0.2.6";
Authors = ("Philippe C.D. Robert <phr@3dkit.org>");
URL = "http://www.projectcenter.ch";
Copyright = "Copyright (C) 2001 Free Software Foundation";
CopyrightDescription = "Released under the GNU General Public License 2.0";
}