136 lines
3.6 KiB
XML
136 lines
3.6 KiB
XML
<?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>419</string>
|
|
<key>AMApplicationVersion</key>
|
|
<string>2.6</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>
|
|
<true/>
|
|
<key>Types</key>
|
|
<array>
|
|
<string>com.apple.applescript.object</string>
|
|
</array>
|
|
</dict>
|
|
<key>AMActionVersion</key>
|
|
<string>1.0</string>
|
|
<key>AMApplication</key>
|
|
<array>
|
|
<string>Automator</string>
|
|
</array>
|
|
<key>AMParameterProperties</key>
|
|
<dict>
|
|
<key>source</key>
|
|
<dict/>
|
|
</dict>
|
|
<key>AMProvides</key>
|
|
<dict>
|
|
<key>Container</key>
|
|
<string>List</string>
|
|
<key>Types</key>
|
|
<array>
|
|
<string>com.apple.applescript.object</string>
|
|
</array>
|
|
</dict>
|
|
<key>ActionBundlePath</key>
|
|
<string>/System/Library/Automator/Run JavaScript.action</string>
|
|
<key>ActionName</key>
|
|
<string>Run JavaScript</string>
|
|
<key>ActionParameters</key>
|
|
<dict>
|
|
<key>source</key>
|
|
<string>var workspace = Library("workspace")
|
|
|
|
var name = workspace.chooseFromList("Save Workspace")
|
|
if(name){
|
|
workspace.saveWindows(name, workspace.readProperties(name))
|
|
}
|
|
|
|
|
|
</string>
|
|
</dict>
|
|
<key>BundleIdentifier</key>
|
|
<string>com.apple.Automator.RunJavaScript</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>CanShowSelectedItemsWhenRun</key>
|
|
<false/>
|
|
<key>CanShowWhenRun</key>
|
|
<true/>
|
|
<key>Category</key>
|
|
<array>
|
|
<string>AMCategoryUtilities</string>
|
|
</array>
|
|
<key>Class Name</key>
|
|
<string>RunJavaScriptAction</string>
|
|
<key>InputUUID</key>
|
|
<string>DD014771-EE7F-4EDD-9B50-AF9B03DA109A</string>
|
|
<key>Keywords</key>
|
|
<array>
|
|
<string>Run</string>
|
|
<string>JavaScript</string>
|
|
</array>
|
|
<key>OutputUUID</key>
|
|
<string>B727F99B-F58C-4CD5-80D5-DB5FAEA23AC8</string>
|
|
<key>UUID</key>
|
|
<string>6429699E-98F2-402B-ABE3-B57AFA0D5485</string>
|
|
<key>UnlocalizedApplications</key>
|
|
<array>
|
|
<string>Automator</string>
|
|
</array>
|
|
<key>arguments</key>
|
|
<dict>
|
|
<key>0</key>
|
|
<dict>
|
|
<key>default value</key>
|
|
<string>function run(input, parameters) {
|
|
|
|
// Your script goes here
|
|
|
|
return input;
|
|
}</string>
|
|
<key>name</key>
|
|
<string>source</string>
|
|
<key>required</key>
|
|
<string>0</string>
|
|
<key>type</key>
|
|
<string>0</string>
|
|
<key>uuid</key>
|
|
<string>0</string>
|
|
</dict>
|
|
</dict>
|
|
<key>isViewVisible</key>
|
|
<true/>
|
|
<key>location</key>
|
|
<string>309.000000:316.000000</string>
|
|
<key>nibPath</key>
|
|
<string>/System/Library/Automator/Run JavaScript.action/Contents/Resources/Base.lproj/main.nib</string>
|
|
</dict>
|
|
<key>isViewVisible</key>
|
|
<true/>
|
|
</dict>
|
|
</array>
|
|
<key>connectors</key>
|
|
<dict/>
|
|
<key>workflowMetaData</key>
|
|
<dict>
|
|
<key>serviceApplicationBundleID</key>
|
|
<string>com.apple.Safari</string>
|
|
<key>serviceApplicationPath</key>
|
|
<string>/Applications/Safari.app</string>
|
|
<key>serviceInputTypeIdentifier</key>
|
|
<string>com.apple.Automator.nothing</string>
|
|
<key>serviceOutputTypeIdentifier</key>
|
|
<string>com.apple.Automator.nothing</string>
|
|
<key>serviceProcessesInput</key>
|
|
<integer>0</integer>
|
|
<key>workflowTypeIdentifier</key>
|
|
<string>com.apple.Automator.servicesMenu</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|