summaryrefslogtreecommitdiffstats
path: root/Frameworks/LiBackend/LiBackend.scriptSuite
blob: 01e0daa7d2e4f2960405bb2bd56676d7893c19fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>AppleEventCode</key>
	<string>LiBE</string>
	<key>Classes</key>
	<dict>
		<key>LiFileHandle</key>
		<dict>
			<key>AppleEventCode</key>
			<string>LiFH</string>
			<key>Attributes</key>
			<dict>
				<key>dictionary</key>
				<dict>
					<key>AppleEventCode</key>
					<string>prec</string>
					<key>ReadOnly</key>
					<string>YES</string>
					<key>Type</key>
					<string>NSDictionary</string>
				</dict>
				<key>fileHandle</key>
				<dict>
					<key>AppleEventCode</key>
					<string>ID  </string>
					<key>ReadOnly</key>
					<string>YES</string>
					<key>Type</key>
					<string>NSNumber&lt;UnsignedLong&gt;</string>
				</dict>
				<key>filename</key>
				<dict>
					<key>AppleEventCode</key>
					<string>pnam</string>
					<key>ReadOnly</key>
					<string>NO</string>
					<key>Type</key>
					<string>NSString</string>
				</dict>
				<key>urlString</key>
				<dict>
					<key>AppleEventCode</key>
					<string>curl</string>
					<key>ReadOnly</key>
					<string>YES</string>
					<key>Type</key>
					<string>NSString</string>
				</dict>
			</dict>
			<key>Superclass</key>
			<string>NSCoreSuite.AbstractObject</string>
			<key>SupportedCommands</key>
			<dict/>
		</dict>
		<key>LiFileStore</key>
		<dict>
			<key>AppleEventCode</key>
			<string>LiFS</string>
			<key>Attributes</key>
			<dict>
				<key>name</key>
				<dict>
					<key>AppleEventCode</key>
					<string>pnam</string>
					<key>ReadOnly</key>
					<string>NO</string>
					<key>Type</key>
					<string>NSString</string>
				</dict>
				<key>storeID</key>
				<dict>
					<key>AppleEventCode</key>
					<string>ID  </string>
					<key>ReadOnly</key>
					<string>YES</string>
					<key>Type</key>
					<string>NSNumber&lt;UnsignedLong&gt;</string>
				</dict>
			</dict>
			<key>Superclass</key>
			<string>NSCoreSuite.AbstractObject</string>
			<key>ToManyRelationships</key>
			<dict>
				<key>allFileHandles</key>
				<dict>
					<key>AppleEventCode</key>
					<string>LiFH</string>
					<key>ReadOnly</key>
					<string>NO</string>
					<key>Type</key>
					<string>LiFileHandle</string>
				</dict>
			</dict>
		</dict>
	</dict>
	<key>Name</key>
	<string>LiBackend</string>
</dict>
</plist>