31 lines
735 B
Plaintext
31 lines
735 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSServices</key>
|
|
<array>
|
|
<dict>
|
|
<key>NSBackgroundColorName</key>
|
|
<string>background</string>
|
|
<key>NSIconName</key>
|
|
<string>NSActionTemplate</string>
|
|
<key>NSMenuItem</key>
|
|
<dict>
|
|
<key>default</key>
|
|
<string>ug2leadsheets</string>
|
|
</dict>
|
|
<key>NSMessage</key>
|
|
<string>runWorkflowAsService</string>
|
|
<key>NSReturnTypes</key>
|
|
<array>
|
|
<string>public.utf8-plain-text</string>
|
|
</array>
|
|
<key>NSSendTypes</key>
|
|
<array>
|
|
<string>public.utf8-plain-text</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|