diff options
| author | YAMAMOTO Mitsuharu | 2005-04-24 06:00:57 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-04-24 06:00:57 +0000 |
| commit | 3fc2e2d99426966097dee7ad805b94955f3c7993 (patch) | |
| tree | eb9ba1d89db67d2157f0fcdee38c8e1e863b0e59 | |
| parent | 1435580fd2c77d23232201120127fdef46ca0beb (diff) | |
| download | emacs-3fc2e2d99426966097dee7ad805b94955f3c7993.tar.gz emacs-3fc2e2d99426966097dee7ad805b94955f3c7993.zip | |
Add NSServices key and data.
| -rw-r--r-- | mac/Emacs.app/Contents/Info.plist | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index afcf6cc3423..7f79e8f6ab0 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist | |||
| @@ -35,5 +35,46 @@ | |||
| 35 | <string>EMAx</string> | 35 | <string>EMAx</string> |
| 36 | <key>CFBundleVersion</key> | 36 | <key>CFBundleVersion</key> |
| 37 | <string>1.1</string> | 37 | <string>1.1</string> |
| 38 | <key>NSServices</key> | ||
| 39 | <array> | ||
| 40 | <dict> | ||
| 41 | <key>NSKeyEquivalent</key> | ||
| 42 | <dict/> | ||
| 43 | <key>NSMenuItem</key> | ||
| 44 | <dict> | ||
| 45 | <key>default</key> | ||
| 46 | <string>Emacs/Open Selected File</string> | ||
| 47 | </dict> | ||
| 48 | <key>NSMessage</key> | ||
| 49 | <string>open-file</string> | ||
| 50 | <key>NSPortName</key> | ||
| 51 | <string>Emacs</string> | ||
| 52 | <key>NSReturnTypes</key> | ||
| 53 | <array/> | ||
| 54 | <key>NSSendTypes</key> | ||
| 55 | <array> | ||
| 56 | <string>NSStringPboardType</string> | ||
| 57 | </array> | ||
| 58 | </dict> | ||
| 59 | <dict> | ||
| 60 | <key>NSKeyEquivalent</key> | ||
| 61 | <dict/> | ||
| 62 | <key>NSMenuItem</key> | ||
| 63 | <dict> | ||
| 64 | <key>default</key> | ||
| 65 | <string>Emacs/New Buffer Containing Selection</string> | ||
| 66 | </dict> | ||
| 67 | <key>NSMessage</key> | ||
| 68 | <string>open-selection</string> | ||
| 69 | <key>NSPortName</key> | ||
| 70 | <string>Emacs</string> | ||
| 71 | <key>NSReturnTypes</key> | ||
| 72 | <array/> | ||
| 73 | <key>NSSendTypes</key> | ||
| 74 | <array> | ||
| 75 | <string>NSStringPboardType</string> | ||
| 76 | </array> | ||
| 77 | </dict> | ||
| 78 | </array> | ||
| 38 | </dict> | 79 | </dict> |
| 39 | </plist> | 80 | </plist> |