document.wflow (4558B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>AMApplicationBuild</key> 6 <string>444.39</string> 7 <key>AMApplicationVersion</key> 8 <string>2.9</string> 9 <key>AMDocumentVersion</key> 10 <string>2</string> 11 <key>actions</key> 12 <array> 13 <dict> 14 <key>action</key> 15 <dict> 16 <key>AMAccepts</key> 17 <dict> 18 <key>Container</key> 19 <string>List</string> 20 <key>Optional</key> 21 <true/> 22 <key>Types</key> 23 <array> 24 <string>com.apple.applescript.object</string> 25 </array> 26 </dict> 27 <key>AMActionVersion</key> 28 <string>1.0.2</string> 29 <key>AMApplication</key> 30 <array> 31 <string>Automator</string> 32 </array> 33 <key>AMParameterProperties</key> 34 <dict> 35 <key>source</key> 36 <dict/> 37 </dict> 38 <key>AMProvides</key> 39 <dict> 40 <key>Container</key> 41 <string>List</string> 42 <key>Types</key> 43 <array> 44 <string>com.apple.applescript.object</string> 45 </array> 46 </dict> 47 <key>ActionBundlePath</key> 48 <string>/System/Library/Automator/Run AppleScript.action</string> 49 <key>ActionName</key> 50 <string>Run AppleScript</string> 51 <key>ActionParameters</key> 52 <dict> 53 <key>source</key> 54 <string>tell application "Mail" set selectedMessages to selection set theMessage to item (count of selectedMessages) of selectedMessages set messageid to message id of theMessage -- Make URL (must use URL-encoded values for "<" and ">") set urlText to "message://" & "%3c" & messageid & "%3e" set the clipboard to urlText end tell</string> 55 </dict> 56 <key>BundleIdentifier</key> 57 <string>com.apple.Automator.RunScript</string> 58 <key>CFBundleVersion</key> 59 <string>1.0.2</string> 60 <key>CanShowSelectedItemsWhenRun</key> 61 <false/> 62 <key>CanShowWhenRun</key> 63 <true/> 64 <key>Category</key> 65 <array> 66 <string>AMCategoryUtilities</string> 67 </array> 68 <key>Class Name</key> 69 <string>RunScriptAction</string> 70 <key>InputUUID</key> 71 <string>05EFBDF6-4F0F-4EFF-BD2A-A676E70C6570</string> 72 <key>Keywords</key> 73 <array> 74 <string>Run</string> 75 </array> 76 <key>OutputUUID</key> 77 <string>5F9F32CD-700F-404F-9594-4E403B533FC5</string> 78 <key>UUID</key> 79 <string>A4B20508-D84E-4776-A117-59B143C37432</string> 80 <key>UnlocalizedApplications</key> 81 <array> 82 <string>Automator</string> 83 </array> 84 <key>arguments</key> 85 <dict> 86 <key>0</key> 87 <dict> 88 <key>default value</key> 89 <string>on run {input, parameters} 90 91 (* Your script goes here *) 92 93 return input 94 end run</string> 95 <key>name</key> 96 <string>source</string> 97 <key>required</key> 98 <string>0</string> 99 <key>type</key> 100 <string>0</string> 101 <key>uuid</key> 102 <string>0</string> 103 </dict> 104 </dict> 105 <key>isViewVisible</key> 106 <true/> 107 <key>location</key> 108 <string>309.000000:548.000000</string> 109 <key>nibPath</key> 110 <string>/System/Library/Automator/Run AppleScript.action/Contents/Resources/Base.lproj/main.nib</string> 111 </dict> 112 <key>isViewVisible</key> 113 <true/> 114 </dict> 115 </array> 116 <key>connectors</key> 117 <dict/> 118 <key>workflowMetaData</key> 119 <dict> 120 <key>applicationBundleID</key> 121 <string>com.apple.mail</string> 122 <key>applicationBundleIDsByPath</key> 123 <dict> 124 <key>/Applications/Mail.app</key> 125 <string>com.apple.mail</string> 126 </dict> 127 <key>applicationPath</key> 128 <string>/Applications/Mail.app</string> 129 <key>applicationPaths</key> 130 <array> 131 <string>/Applications/Mail.app</string> 132 </array> 133 <key>inputTypeIdentifier</key> 134 <string>com.apple.Automator.nothing</string> 135 <key>outputTypeIdentifier</key> 136 <string>com.apple.Automator.nothing</string> 137 <key>presentationMode</key> 138 <integer>11</integer> 139 <key>processesInput</key> 140 <integer>0</integer> 141 <key>serviceApplicationBundleID</key> 142 <string>com.apple.mail</string> 143 <key>serviceApplicationPath</key> 144 <string>/Applications/Mail.app</string> 145 <key>serviceInputTypeIdentifier</key> 146 <string>com.apple.Automator.nothing</string> 147 <key>serviceOutputTypeIdentifier</key> 148 <string>com.apple.Automator.nothing</string> 149 <key>serviceProcessesInput</key> 150 <integer>0</integer> 151 <key>systemImageName</key> 152 <string>NSTouchBarShare</string> 153 <key>useAutomaticInputType</key> 154 <integer>0</integer> 155 <key>workflowTypeIdentifier</key> 156 <string>com.apple.Automator.servicesMenu</string> 157 </dict> 158 </dict> 159 </plist>