add macos background workflow - doesn't do anything just yet
This commit is contained in:
parent
936d6f614d
commit
1bbba60b20
8
set-bg.workflow/Contents/Info.plist
Normal file
8
set-bg.workflow/Contents/Info.plist
Normal file
@ -0,0 +1,8 @@
|
||||
<?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>CFBundleName</key>
|
||||
<string>set-bg</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
set-bg.workflow/Contents/QuickLook/Thumbnail.png
Normal file
BIN
set-bg.workflow/Contents/QuickLook/Thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
102
set-bg.workflow/Contents/document.wflow
Normal file
102
set-bg.workflow/Contents/document.wflow
Normal file
@ -0,0 +1,102 @@
|
||||
<?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>AMApplicationBuild</key>
|
||||
<string>523</string>
|
||||
<key>AMApplicationVersion</key>
|
||||
<string>2.10</string>
|
||||
<key>AMDocumentVersion</key>
|
||||
<string>2</string>
|
||||
<key>actions</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>action</key>
|
||||
<dict>
|
||||
<key>AMAccepts</key>
|
||||
<dict>
|
||||
<key>Container</key>
|
||||
<string>List</string>
|
||||
<key>Optional</key>
|
||||
<false/>
|
||||
<key>Types</key>
|
||||
<array>
|
||||
<string>com.apple.cocoa.path</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>AMActionVersion</key>
|
||||
<string>1.0.2</string>
|
||||
<key>AMApplication</key>
|
||||
<array>
|
||||
<string>Finder</string>
|
||||
</array>
|
||||
<key>AMParameterProperties</key>
|
||||
<dict/>
|
||||
<key>AMProvides</key>
|
||||
<dict>
|
||||
<key>Container</key>
|
||||
<string>List</string>
|
||||
<key>Types</key>
|
||||
<array>
|
||||
<string>com.apple.cocoa.path</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>ActionBundlePath</key>
|
||||
<string>/System/Library/Automator/Set Desktop Picture.action</string>
|
||||
<key>ActionName</key>
|
||||
<string>Set the Desktop Picture</string>
|
||||
<key>ActionParameters</key>
|
||||
<dict/>
|
||||
<key>BundleIdentifier</key>
|
||||
<string>com.apple.Automator.SetDesktopPicture</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.2</string>
|
||||
<key>CanShowSelectedItemsWhenRun</key>
|
||||
<true/>
|
||||
<key>CanShowWhenRun</key>
|
||||
<true/>
|
||||
<key>Category</key>
|
||||
<array>
|
||||
<string>AMCategoryFilesAndFolders</string>
|
||||
</array>
|
||||
<key>Class Name</key>
|
||||
<string>Set_Desktop_Picture</string>
|
||||
<key>InputUUID</key>
|
||||
<string>382E0470-6606-4475-BD5E-C135964DC633</string>
|
||||
<key>Keywords</key>
|
||||
<array>
|
||||
<string>Set</string>
|
||||
<string>Image</string>
|
||||
<string>Photo</string>
|
||||
<string>Display</string>
|
||||
</array>
|
||||
<key>OutputUUID</key>
|
||||
<string>5B9605AE-4843-4087-B8FD-6789CE4C70AF</string>
|
||||
<key>UUID</key>
|
||||
<string>220227C7-B4F1-43D5-A590-390385F7B7E9</string>
|
||||
<key>UnlocalizedApplications</key>
|
||||
<array>
|
||||
<string>Finder</string>
|
||||
</array>
|
||||
<key>arguments</key>
|
||||
<dict/>
|
||||
<key>conversionLabel</key>
|
||||
<integer>0</integer>
|
||||
<key>isViewVisible</key>
|
||||
<integer>1</integer>
|
||||
<key>location</key>
|
||||
<string>207.000000:68.000000</string>
|
||||
</dict>
|
||||
<key>isViewVisible</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>connectors</key>
|
||||
<dict/>
|
||||
<key>workflowMetaData</key>
|
||||
<dict>
|
||||
<key>workflowTypeIdentifier</key>
|
||||
<string>com.apple.Automator.workflow</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Reference in New Issue
Block a user