mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
name clashes. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12017 72102866-910b-0410-8b05-ffd578937521
36 lines
977 B
Text
36 lines
977 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 Free Software Foundation";
|
|
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
|
}
|