mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7923 72102866-910b-0410-8b05-ffd578937521
32 lines
887 B
Text
Executable file
32 lines
887 B
Text
Executable file
{
|
|
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";
|
|
FullVersionID = "0.2";
|
|
Authors = ("Philippe C.D. Robert <phr@projectcenter.ch>");
|
|
URL = "http://www.projectcenter.ch";
|
|
Copyright = "Copyright (C) 2000 Philippe C.D. Robert";
|
|
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
|
}
|