Xcode 2.1 cleanup, universal binary experiments
[TestXSLT.git] / TestXSLT.scriptSuite
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3 <plist version="0.9">
4 <dict>
5         <key>Name</key>
6         <string>TestXSLT</string>
7         <key>AppleEventCode</key>
8         <string>XsLt</string>
9         <key>Classes</key>
10     <dict>
11         <key>NSApplication</key>
12         <dict>
13             <key>AppleEventCode</key>
14             <string>capp</string>
15             <key>Superclass</key>
16             <string>NSCoreSuite.NSApplication</string>
17
18             <key>SupportedCommands</key>
19             <dict>
20                 <key>NSCoreSuite.Create</key>
21                 <string>handleCreateScriptCommand:</string>
22             </dict>
23
24         </dict>
25         <key>MyDocument</key>
26         <dict>
27             <key>AppleEventCode</key>
28             <string>docu</string>
29             <key>Attributes</key>
30             <dict>
31                 <key>xmlcode</key>
32                 <dict>
33                     <key>AppleEventCode</key>
34                     <string>XMLc</string>
35                     <key>ReadOnly</key>
36                     <string>NO</string>
37                     <key>Type</key>
38                     <string>NSString</string>
39                 </dict>
40                 <key>xsltcode</key>
41                 <dict>
42                     <key>AppleEventCode</key>
43                     <string>XSLc</string>
44                     <key>ReadOnly</key>
45                     <string>NO</string>
46                     <key>Type</key>
47                     <string>NSString</string>
48                 </dict>
49                 <key>result</key>
50                 <dict>
51                     <key>AppleEventCode</key>
52                     <string>RESu</string>
53                     <key>ReadOnly</key>
54                     <string>YES</string>
55                     <key>Type</key>
56                     <string>NSString</string>
57                 </dict>
58             </dict>
59             <key>Superclass</key>
60             <string>NSCoreSuite.NSDocument</string>
61            <key>SupportedCommands</key>
62             <dict>
63                 <key>TestXSLT.Process</key>
64                 <string>handleProcessScriptCommand:</string>
65                 <key>TestXSLT.Export</key>
66                 <string>handleExportScriptCommand:</string>
67                 <key>TestXSLT.SetParam</key>
68                 <string>handleSetParamScriptCommand:</string>
69                 <key>TestXSLT.ClearParam</key>
70                 <string>handleClearParamScriptCommand:</string>
71                 <key>TestXSLT.SetProcessorType</key>
72                 <string>handleSetProcessorTypeScriptCommand:</string>
73             </dict>
74
75         </dict>
76     </dict>
77         <key>Commands</key>
78         <dict>
79                 <key>NSCoreSuite.Create</key>
80                 <dict>
81                         <key>AppleEventClassCode</key>
82                         <string>core</string>
83                         <key>AppleEventCode</key>
84                         <string>crel</string>
85                         <key>CommandClass</key>
86                         <string>NSScriptCommand</string>
87                 </dict>
88                 <key>SetParam</key>
89                 <dict>
90                         <key>AppleEventClassCode</key>
91                         <string>XsLt</string>
92                         <key>AppleEventCode</key>
93                         <string>SETp</string>
94                         <key>CommandClass</key>
95                         <string>NSScriptCommand</string>
96                         <key>Arguments</key>
97                         <dict>
98                                 <key>Name</key>
99                                 <dict>
100                                         <key>AppleEventCode</key>
101                                         <string>NAMe</string>
102                                         <key>Optional</key>
103                                         <string>NO</string>
104                                         <key>Type</key>
105                                         <string>NSString</string>
106                                 </dict>
107                                 <key>Value</key>
108                                 <dict>
109                                         <key>AppleEventCode</key>
110                                         <string>VALu</string>
111                                         <key>Optional</key>
112                                         <string>NO</string>
113                                         <key>Type</key>
114                                         <string>NSString</string>
115                                 </dict>
116                         </dict>
117                 </dict>
118                 <key>ClearParam</key>
119                 <dict>
120                         <key>AppleEventClassCode</key>
121                         <string>XsLt</string>
122                         <key>AppleEventCode</key>
123                         <string>CLRp</string>
124                         <key>CommandClass</key>
125                         <string>NSScriptCommand</string>
126                         <key>Arguments</key>
127                         <dict>
128                                 <key>Name</key>
129                                 <dict>
130                                         <key>AppleEventCode</key>
131                                         <string>NAMe</string>
132                                         <key>Optional</key>
133                                         <string>NO</string>
134                                         <key>Type</key>
135                                         <string>NSString</string>
136                                 </dict>
137                         </dict>
138                 </dict>
139                 <key>SetProcessorType</key>
140                 <dict>
141                         <key>AppleEventClassCode</key>
142                         <string>XsLt</string>
143                         <key>AppleEventCode</key>
144                         <string>PCTp</string>
145                         <key>CommandClass</key>
146                         <string>NSScriptCommand</string>
147                         <key>Arguments</key>
148                         <dict>
149                                 <key>Name</key>
150                                 <dict>
151                                         <key>AppleEventCode</key>
152                                         <string>NAMe</string>
153                                         <key>Optional</key>
154                                         <string>NO</string>
155                                         <key>Type</key>
156                                         <string>NSString</string>
157                                 </dict>
158                         </dict>
159                 </dict>
160                 <key>Process</key>
161                 <dict>
162                         <key>AppleEventClassCode</key>
163                         <string>XsLt</string>
164                         <key>AppleEventCode</key>
165                         <string>PRoc</string>
166                         <key>CommandClass</key>
167                         <string>NSScriptCommand</string>
168                 </dict>
169                 <key>Export</key>
170                 <dict>
171                         <key>AppleEventClassCode</key>
172                         <string>XsLt</string>
173                         <key>AppleEventCode</key>
174                         <string>EXPt</string>
175                         <key>CommandClass</key>
176                         <string>NSScriptCommand</string>
177                         <key>Arguments</key>
178                         <dict>
179                                 <key>File</key>
180                                 <dict>
181                                         <key>AppleEventCode</key>
182                                         <string>kfil</string>
183                                         <key>Optional</key>
184                                         <string>NO</string>
185                                         <key>Type</key>
186                                         <string>NSString</string>
187                                 </dict>
188                         </dict>
189                 </dict>
190         </dict>
191 </dict>
192 </plist>