mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-22 02:41:05 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30502 72102866-910b-0410-8b05-ffd578937521
63 lines
2.1 KiB
Text
63 lines
2.1 KiB
Text
{
|
|
ApplicationDescription = "GDL2 EOModel editor";
|
|
ApplicationIcon = EOModelEditor;
|
|
ApplicationName = EOModelEditor;
|
|
ApplicationRelease = "1.0.0 (Alpha)";
|
|
ApplicationURL = "http://mediawiki.gnustep.org/index.php/EOModelEditor";
|
|
Authors = ("David Wetzel");
|
|
Copyright = "Copyright \U00A9 2005, 2006 Free Software Foundation";
|
|
CopyrightDescription = "Released under the GNU GPL. See COPYING for details.";
|
|
|
|
CFBundleGetInfoString = "1.0.0 \U00A9 Free Software Foundation";
|
|
CFBundleShortVersionString = "1.0.0";
|
|
|
|
GSMainMarkupFile = "";
|
|
NSExecutable = EOModelEditor;
|
|
NSIcon = EOModelEditor.tiff;
|
|
CFBundleIconFile = "EOModelEditor";
|
|
CFBundleIdentifier = "org.gnustep.eomodeleditor";
|
|
|
|
NSRole = "Editor";
|
|
CFBundleDocumentTypes = (
|
|
/* {
|
|
CFBundleTypeName = "EOModel Format";
|
|
NSHumanReadableName = "EOModel Format";
|
|
CFBundleTypeRole = Editor;
|
|
CFBundleTypeExtensions = ("eomodel", "eomodeld");
|
|
CFBundleTypeIconFile = "EOModel";
|
|
CFBundleTypeOSTypes = ("EOMO");
|
|
XXLSItemContentTypes = ("org.gnustep.eomodeleditor.document");
|
|
XXXNSExportableAs = ("NSTIFFPboardType");
|
|
NSDocumentClass = "EOMEDocument";
|
|
},*/
|
|
{
|
|
CFBundleTypeIconFile = "EOModel";
|
|
CFBundleTypeName = "EOModel Format";
|
|
CFBundleTypeExtensions = ("eomodeld");
|
|
CFBundleTypeRole = Editor;
|
|
CFBundleTypeOSTypes = ("EOMO");
|
|
LSItemContentTypes = ("org.gnustep.eomodeleditor.document");
|
|
LSIsAppleDefaultForType = "true";
|
|
LSTypeIsPackage = "true";
|
|
NSDocumentClass = "EOMEDocument";
|
|
}
|
|
);
|
|
|
|
UTExportedTypeDeclarations = (
|
|
{
|
|
UTTypeIdentifier = "org.gnustep.eomodeleditor.document";
|
|
UTTypeDescription = "EOModel Format";
|
|
UTTypeIconFile = "EOModel.icns";
|
|
UTTypeConformsTo = ("com.apple.package");
|
|
|
|
UTTypeTagSpecification = {
|
|
"com.apple.ostype" = "EOMO";
|
|
"public.filename-extension" = "eomodeld";
|
|
"public.mime-type" = "document/eomodel";
|
|
};
|
|
}
|
|
);
|
|
|
|
NSMainNibFile = "";
|
|
NSPrincipalClass = EOModelEditorApp;
|
|
}
|