mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 14:48:13 -05:00
efeadb8fb8
First version of PicList. In album, you can delete remote file now. Add picBed management function.
34 lines
856 B
Plaintext
34 lines
856 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>NSBackgroundSystemColorName</key>
|
|
<string>systemBlueColor</string>
|
|
<key>NSIconName</key>
|
|
<string>NSTouchBarShare</string>
|
|
<key>NSMenuItem</key>
|
|
<dict>
|
|
<key>default</key>
|
|
<string>Upload pictures with PicList</string>
|
|
</dict>
|
|
<key>NSMessage</key>
|
|
<string>runWorkflowAsService</string>
|
|
<key>NSRequiredContext</key>
|
|
<dict>
|
|
<key>NSApplicationIdentifier</key>
|
|
<string>com.apple.finder</string>
|
|
</dict>
|
|
<key>NSSendFileTypes</key>
|
|
<array>
|
|
<string>public.image</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|