mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 03:11:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_4@18035 72102866-910b-0410-8b05-ffd578937521
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
{
|
|
NSIcon = "ProjectCenter.tiff";
|
|
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";
|
|
}
|
|
);
|
|
NOTE = "Automatically generated, do not edit!";
|
|
ApplicationName = "ProjectCenter";
|
|
ApplicationDescription = "GNUstep IDE";
|
|
ApplicationIcon = "ProjectCenter.tiff";
|
|
ApplicationRelease = "0.4.0";
|
|
FullVersionID = "ProjectCenter 0.4.0";
|
|
Authors = (
|
|
"Philippe C.D. Robert",
|
|
"Serg Stoyan",
|
|
"David Ayers",
|
|
"Richard Frith-Macdonald",
|
|
"Nicola Pero",
|
|
"Pierre-Yves Rivaille",
|
|
"Adam Fedor");
|
|
|
|
URL = "See http://www.gnustep.org/";
|
|
Copyright = "Copyright (C) 1999 - 2003 Free Software Foundation";
|
|
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
|
}
|