• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Automator/Examples/AutoSample/workflows/Hello World.workflow/Contents/
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>130</string>
7	<key>AMApplicationVersion</key>
8	<string>2.0</string>
9	<key>AMDocumentVersion</key>
10	<string>1</string>
11	<key>AMWorkflowOptions</key>
12	<dict/>
13	<key>WorkflowIsShared</key>
14	<false/>
15	<key>actions</key>
16	<array>
17		<dict>
18			<key>action</key>
19			<dict>
20				<key>AMAccepts</key>
21				<dict>
22					<key>Container</key>
23					<string>List</string>
24					<key>Optional</key>
25					<true/>
26					<key>Types</key>
27					<array>
28						<string>com.apple.applescript.object</string>
29					</array>
30				</dict>
31				<key>AMActionVersion</key>
32				<string>1.0</string>
33				<key>AMIconPath</key>
34				<string>/System/Library/Frameworks/Automator.framework/Resources/AppleScriptLarge.tiff</string>
35				<key>AMParameterProperties</key>
36				<dict>
37					<key>com.apple.Automator.Action.Input</key>
38					<dict/>
39					<key>com.apple.Automator.Action.Output</key>
40					<dict/>
41					<key>source</key>
42					<dict/>
43				</dict>
44				<key>AMProvides</key>
45				<dict>
46					<key>Container</key>
47					<string>List</string>
48					<key>Types</key>
49					<array>
50						<string>com.apple.applescript.object</string>
51					</array>
52				</dict>
53				<key>ActionBundlePath</key>
54				<string>/System/Library/Automator/Run AppleScript.action</string>
55				<key>ActionName</key>
56				<string>Run AppleScript</string>
57				<key>ActionParameters</key>
58				<dict>
59					<key>source</key>
60					<string>on run {input, parameters}
61	
62	display dialog "Hello World"
63	
64	return input
65end run</string>
66				</dict>
67				<key>Application</key>
68				<array>
69					<string>Automator</string>
70				</array>
71				<key>BundleIdentifier</key>
72				<string>com.apple.Automator.RunScript</string>
73				<key>CFBundleVersion</key>
74				<string>1.0</string>
75				<key>CanShowSelectedItemsWhenRun</key>
76				<false/>
77				<key>CanShowWhenRun</key>
78				<true/>
79				<key>Category</key>
80				<array>
81					<string>AMCategoryUtilities</string>
82				</array>
83				<key>Class Name</key>
84				<string>RunScriptAction</string>
85				<key>InputUUID</key>
86				<string>ADD1E53F-BA26-4E8B-8174-DC02259DD2C0</string>
87				<key>Keywords</key>
88				<array>
89					<string>Run</string>
90				</array>
91				<key>OutputUUID</key>
92				<string>3C5C541B-FBF7-4057-954E-6872CD9FD19C</string>
93				<key>UUID</key>
94				<string>1FD028A7-D633-4FC7-8E26-350F524415BA</string>
95				<key>UnlocalizedApplications</key>
96				<array>
97					<string>Automator</string>
98				</array>
99				<key>arguments</key>
100				<dict>
101					<key>0</key>
102					<dict>
103						<key>default value</key>
104						<string>on run {input, parameters}
105	
106	(* Your script goes here *)
107	
108	return input
109end run</string>
110						<key>name</key>
111						<string>source</string>
112						<key>required</key>
113						<string>0</string>
114						<key>type</key>
115						<string>0</string>
116						<key>uuid</key>
117						<string>0</string>
118					</dict>
119				</dict>
120				<key>isViewVisible</key>
121				<true/>
122				<key>location</key>
123				<string>278.500000:671.000000</string>
124				<key>nibPath</key>
125				<string>/System/Library/Automator/Run AppleScript.action/Contents/Resources/English.lproj/main.nib</string>
126			</dict>
127			<key>isViewVisible</key>
128			<true/>
129		</dict>
130	</array>
131	<key>connectors</key>
132	<dict/>
133	<key>state</key>
134	<dict>
135		<key>EditorSplitViewPosition</key>
136		<real>666</real>
137		<key>MainSplitViewPosition_v2</key>
138		<real>338</real>
139		<key>windowFrame</key>
140		<string>{{202, 175}, {895, 762}}</string>
141		<key>windowFrameTopLeft</key>
142		<string>{{202, 0}, {895, 762}}</string>
143		<key>workflowViewScrollPosition</key>
144		<string>{{0, 0}, {557, 666}}</string>
145	</dict>
146</dict>
147</plist>
148