Info-gnustep.plist 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. ApplicationDescription = "GNU Emacs for GNUstep / OS X";
  3. ApplicationIcon = emacs.tiff;
  4. ApplicationName = Emacs;
  5. ApplicationRelease = "24.2";
  6. Authors = (
  7. "Adrian Robert (GNUstep)",
  8. "Christophe de Dinechin (MacOS X)",
  9. "Scott Bender (OpenStep)",
  10. "Christian Limpach (NeXTstep)",
  11. "Carl Edman (NeXTstep)",
  12. "..see etc/NEXTSTEP"
  13. );
  14. Copyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
  15. CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
  16. FullVersionID = "Emacs 24.2, NS Windowing";
  17. NSExecutable = Emacs;
  18. NSIcon = emacs.tiff;
  19. NSPrincipalClass = NSApplication;
  20. NSRole = Application;
  21. NSTypes = (
  22. {
  23. NSDocumentClass = "";
  24. NSHumanReadableName = "";
  25. NSIcon = "";
  26. NSName = "";
  27. NSRole = "";
  28. NSUnixExtensions = (
  29. txt
  30. );
  31. },
  32. {
  33. NSDocumentClass = "";
  34. NSHumanReadableName = "";
  35. NSIcon = "";
  36. NSName = "";
  37. NSRole = "";
  38. NSUnixExtensions = (
  39. c,
  40. h
  41. );
  42. },
  43. {
  44. NSDocumentClass = "";
  45. NSHumanReadableName = "";
  46. NSIcon = "";
  47. NSName = "";
  48. NSRole = "";
  49. NSUnixExtensions = (
  50. m
  51. );
  52. },
  53. {
  54. NSDocumentClass = "";
  55. NSHumanReadableName = "";
  56. NSIcon = "";
  57. NSName = "";
  58. NSRole = "";
  59. NSUnixExtensions = (
  60. C,
  61. cpp,
  62. H,
  63. cc
  64. );
  65. },
  66. {
  67. NSDocumentClass = "";
  68. NSHumanReadableName = "";
  69. NSIcon = "";
  70. NSName = "";
  71. NSRole = "";
  72. NSUnixExtensions = (
  73. java
  74. );
  75. },
  76. {
  77. NSDocumentClass = "";
  78. NSHumanReadableName = "";
  79. NSIcon = "";
  80. NSName = "";
  81. NSRole = "";
  82. NSUnixExtensions = (
  83. el
  84. );
  85. },
  86. {
  87. NSDocumentClass = "";
  88. NSHumanReadableName = "";
  89. NSIcon = "";
  90. NSName = "";
  91. NSRole = "";
  92. NSUnixExtensions = (
  93. *
  94. );
  95. }
  96. );
  97. NSServices = (
  98. {
  99. NSPortName = Emacs;
  100. NSMessage = requestService;
  101. NSUserData = open-selection;
  102. NSSendTypes = (NSStringPboardType);
  103. NSMenuItem = {
  104. default = "Emacs.app/New Buffer Containing Selection";
  105. };
  106. },
  107. {
  108. NSPortName = Emacs;
  109. NSMessage = requestService;
  110. NSUserData = open-file;
  111. NSSendTypes = (NSStringPboardType);
  112. NSMenuItem = {
  113. default = "Emacs.app/Open Selected File";
  114. };
  115. },
  116. {
  117. NSPortName = Emacs;
  118. NSMessage = requestService;
  119. NSUserData = mail-selection;
  120. NSSendTypes = (NSStringPboardType);
  121. NSMenuItem = {
  122. default = "Emacs.app/Email Selection";
  123. };
  124. },
  125. {
  126. NSPortName = Emacs;
  127. NSMessage = requestService;
  128. NSUserData = mail-to;
  129. NSSendTypes = (NSStringPboardType);
  130. NSMenuItem = {
  131. default = "Emacs.app/Send Email to Selected Address";
  132. };
  133. },
  134. );
  135. URL = "http://www.gnu.org/software/emacs";
  136. }