filebot/installer/workflows/Quick Actions/Rename with FileBot.workflow/Contents/Info.plist

27 lines
642 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>workflowCustomImage</string>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Rename with FileBot</string>
</dict>
<key>NSMessage</key>
<string>runWorkflowAsService</string>
<key>NSSendFileTypes</key>
<array>
<string>public.item</string>
</array>
</dict>
</array>
</dict>
</plist>