mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@24318 72102866-910b-0410-8b05-ffd578937521
26 lines
780 B
Text
26 lines
780 B
Text
{
|
|
ApplicationDescription = "GDL2 EOModel editor";
|
|
ApplicationIcon = DBModeler;
|
|
ApplicationName = DBModeler;
|
|
ApplicationRelease = "0.0.0 (Alpha)";
|
|
ApplicationURL = "http://mediawiki.gnustep.org/index.php/DBModeler";
|
|
Authors = (
|
|
"Matt Rice <ratmice@gmail.com>"
|
|
);
|
|
Copyright = "Copyright \U00A9 2005, 2006 Free Software Foundation";
|
|
CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
|
|
FullVersionID = 0.0.0;
|
|
GSMainMarkupFile = "";
|
|
NSExecutable = DBModeler;
|
|
NSIcon = DBModeler.tiff;
|
|
NSRole = "Editor";
|
|
NSTypes = (
|
|
{
|
|
NSUnixExtensions = ( "eomodeld", "eomodel" );
|
|
NSIcon = "EOModel.tiff";
|
|
}
|
|
);
|
|
|
|
NSMainNibFile = "";
|
|
NSPrincipalClass = NSApplication;
|
|
}
|