• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Automator/Examples/AutoSample/workflows/Run Automator.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/CoreServices/Finder.app</string>
35				<key>AMParameterProperties</key>
36				<dict>
37					<key>appPath</key>
38					<dict>
39						<key>variableUUIDsInMenu</key>
40						<array/>
41					</dict>
42					<key>com.apple.Automator.Action.Input</key>
43					<dict/>
44					<key>com.apple.Automator.Action.Output</key>
45					<dict/>
46				</dict>
47				<key>AMProvides</key>
48				<dict>
49					<key>Container</key>
50					<string>List</string>
51					<key>Types</key>
52					<array>
53						<string>com.apple.applescript.object</string>
54					</array>
55				</dict>
56				<key>ActionBundlePath</key>
57				<string>/System/Library/Automator/Launch Application.action</string>
58				<key>ActionName</key>
59				<string>Launch Application</string>
60				<key>ActionParameters</key>
61				<dict>
62					<key>appPath</key>
63					<string>/Applications/Automator.app</string>
64				</dict>
65				<key>Application</key>
66				<array>
67					<string>Finder</string>
68				</array>
69				<key>BundleIdentifier</key>
70				<string>com.apple.Automator.OpenApplication</string>
71				<key>CFBundleVersion</key>
72				<string>1.0</string>
73				<key>CanShowSelectedItemsWhenRun</key>
74				<true/>
75				<key>CanShowWhenRun</key>
76				<true/>
77				<key>Category</key>
78				<array>
79					<string>AMCategoryUtilities</string>
80				</array>
81				<key>Class Name</key>
82				<string>AMAppleScriptAction</string>
83				<key>InputUUID</key>
84				<string>30C50AF9-5B02-4CE0-9B54-9C83F2A867DE</string>
85				<key>Keywords</key>
86				<array>
87					<string>File</string>
88					<string>Open</string>
89				</array>
90				<key>OutputUUID</key>
91				<string>9336BB64-14F4-46EF-A341-08BAEFAF3E74</string>
92				<key>UUID</key>
93				<string>C0C3ECBD-4785-41C7-9894-F9D5211EDEEA</string>
94				<key>UnlocalizedApplications</key>
95				<array>
96					<string>Finder</string>
97				</array>
98				<key>arguments</key>
99				<dict>
100					<key>0</key>
101					<dict>
102						<key>default value</key>
103						<string>/Applications/Address Book.app</string>
104						<key>name</key>
105						<string>appPath</string>
106						<key>required</key>
107						<string>0</string>
108						<key>type</key>
109						<string>0</string>
110						<key>uuid</key>
111						<string>0</string>
112					</dict>
113				</dict>
114				<key>isViewVisible</key>
115				<true/>
116				<key>location</key>
117				<string>288.000000:770.000000</string>
118				<key>nibPath</key>
119				<string>/System/Library/Automator/Launch Application.action/Contents/Resources/English.lproj/main.nib</string>
120			</dict>
121			<key>isViewVisible</key>
122			<true/>
123		</dict>
124	</array>
125	<key>connectors</key>
126	<dict/>
127	<key>state</key>
128	<dict>
129		<key>EditorSplitViewPosition</key>
130		<real>765</real>
131		<key>MainSplitViewPosition_v2</key>
132		<real>338</real>
133		<key>windowFrame</key>
134		<string>{{390, 167}, {914, 861}}</string>
135		<key>windowFrameTopLeft</key>
136		<string>{{390, 0}, {914, 861}}</string>
137		<key>workflowViewScrollPosition</key>
138		<string>{{0, 0}, {576, 765}}</string>
139	</dict>
140</dict>
141</plist>
142