apps-projectcenter/ProjectCenter/ProjectCenterInfo.plist
Philippe C.D. Robert 5480873552 Updated copyright message...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12515 72102866-910b-0410-8b05-ffd578937521
2002-02-12 20:14:22 +00:00

36 lines
984 B
Text

{
NSIcon = "ProjectCenter.tiff";
NSRole = "Editor";
NSTypes = (
{
NSUnixExtensions = ( "project" );
NSIcon = "ProjectCenter.tiff";
},
{
NSUnixExtensions = ( "pcproj" );
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.7";
FullVersionID = "0.2.7";
Authors = ("Philippe C.D. Robert <phr@3dkit.org>");
URL = "http://www.projectcenter.ch";
Copyright = "Copyright (C) 2001 - 2002 Free Software Foundation";
CopyrightDescription = "Released under the GNU General Public License 2.0";
}