1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Add CFBundleURLTypes key and

data.  Make NSServices open-selection the first entry.
This commit is contained in:
YAMAMOTO Mitsuharu 2005-12-10 01:48:39 +00:00
parent ea1f60515f
commit 62c118f5f1

View File

@ -35,7 +35,18 @@
<string>EMAx</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<key>NSServices</key>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Email Address URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>mailto</string>
</array>
</dict>
</array>
<key>NSServices</key>
<array>
<dict>
<key>NSKeyEquivalent</key>
@ -43,10 +54,10 @@
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Emacs/Open Selected File</string>
<string>Emacs/New Buffer Containing Selection</string>
</dict>
<key>NSMessage</key>
<string>open-file</string>
<string>open-selection</string>
<key>NSPortName</key>
<string>Emacs</string>
<key>NSReturnTypes</key>
@ -62,10 +73,10 @@
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Emacs/New Buffer Containing Selection</string>
<string>Emacs/Open Selected File</string>
</dict>
<key>NSMessage</key>
<string>open-selection</string>
<string>open-file</string>
<key>NSPortName</key>
<string>Emacs</string>
<key>NSReturnTypes</key>