summaryrefslogtreecommitdiff
path: root/nextstep/templates/Info-gnustep.plist.in
diff options
context:
space:
mode:
Diffstat (limited to 'nextstep/templates/Info-gnustep.plist.in')
-rw-r--r--nextstep/templates/Info-gnustep.plist.in136
1 files changed, 136 insertions, 0 deletions
diff --git a/nextstep/templates/Info-gnustep.plist.in b/nextstep/templates/Info-gnustep.plist.in
new file mode 100644
index 0000000000..6da5af489f
--- /dev/null
+++ b/nextstep/templates/Info-gnustep.plist.in
@@ -0,0 +1,136 @@
+{
+ ApplicationDescription = "GNU Emacs for GNUstep / OS X";
+ ApplicationIcon = emacs.tiff;
+ ApplicationName = Emacs;
+ ApplicationRelease = "@version@";
+ Authors = (
+ "Adrian Robert (GNUstep)",
+ "Christophe de Dinechin (MacOS X)",
+ "Scott Bender (OpenStep)",
+ "Christian Limpach (NeXTstep)",
+ "Carl Edman (NeXTstep)",
+ "..see etc/NEXTSTEP"
+ );
+ Copyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
+ CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
+ FullVersionID = "Emacs @version@, NS Windowing";
+ NSExecutable = Emacs;
+ NSIcon = emacs.tiff;
+ NSPrincipalClass = NSApplication;
+ NSRole = Application;
+ NSTypes = (
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ txt
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ c,
+ h
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ m
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ C,
+ cpp,
+ H,
+ cc
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ java
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ el
+ );
+ },
+ {
+ NSDocumentClass = "";
+ NSHumanReadableName = "";
+ NSIcon = "";
+ NSName = "";
+ NSRole = "";
+ NSUnixExtensions = (
+ *
+ );
+ }
+ );
+ NSServices = (
+ {
+ NSPortName = Emacs;
+ NSMessage = requestService;
+ NSUserData = open-selection;
+ NSSendTypes = (NSStringPboardType);
+ NSMenuItem = {
+ default = "Emacs.app/New Buffer Containing Selection";
+ };
+ },
+ {
+ NSPortName = Emacs;
+ NSMessage = requestService;
+ NSUserData = open-file;
+ NSSendTypes = (NSStringPboardType);
+ NSMenuItem = {
+ default = "Emacs.app/Open Selected File";
+ };
+ },
+ {
+ NSPortName = Emacs;
+ NSMessage = requestService;
+ NSUserData = mail-selection;
+ NSSendTypes = (NSStringPboardType);
+ NSMenuItem = {
+ default = "Emacs.app/Email Selection";
+ };
+ },
+ {
+ NSPortName = Emacs;
+ NSMessage = requestService;
+ NSUserData = mail-to;
+ NSSendTypes = (NSStringPboardType);
+ NSMenuItem = {
+ default = "Emacs.app/Send Email to Selected Address";
+ };
+ },
+ );
+ URL = "http://www.gnu.org/software/emacs";
+}