mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Make Services work on 10.6
Services need a (possibly empty) NSRequiredContext dictionary in the application's Info.plist on 10.6.
This commit is contained in:
@@ -1222,6 +1222,8 @@
|
||||
<array>
|
||||
<string>NSStringPboardType</string>
|
||||
</array>
|
||||
<key>NSRequiredContext</key>
|
||||
<dict></dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>NSMenuItem</key>
|
||||
@@ -1239,6 +1241,11 @@
|
||||
</array>
|
||||
<key>NSUserData</key>
|
||||
<string>Window</string>
|
||||
<key>NSRequiredContext</key>
|
||||
<dict>
|
||||
<key>NSTextContent</key>
|
||||
<string>FilePath</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>NSMenuItem</key>
|
||||
@@ -1256,6 +1263,11 @@
|
||||
</array>
|
||||
<key>NSUserData</key>
|
||||
<string>Window</string>
|
||||
<key>NSRequiredContext</key>
|
||||
<dict>
|
||||
<key>NSTextContent</key>
|
||||
<string>FilePath</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
<key>SUFeedURL</key>
|
||||
|
||||
Reference in New Issue
Block a user