132 lines
3.4 KiB
XML
132 lines
3.4 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("New Window")
|
|
|
|
if(name){
|
|
workspace.addNewWindowTo(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>190315AD-4027-4B5C-84D3-69AB00B3AFC9</string>
|
|
<key>Keywords</key>
|
|
<array>
|
|
<string>Run</string>
|
|
<string>JavaScript</string>
|
|
</array>
|
|
<key>OutputUUID</key>
|
|
<string>CD7CCA8B-A359-4B72-AB5D-BE73FB396D47</string>
|
|
<key>UUID</key>
|
|
<string>28E27097-50F3-41CE-92CF-4CE61B499309</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>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>
|