blob: 5e586f9a00c0f86c69eaae3ba37f2afada815043 (
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
|
<?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>Classes</key>
<dict>
<key>LiFileHandle</key>
<dict>
<key>Attributes</key>
<dict>
<key>dictionary</key>
<dict>
<key>Description</key>
<string>The complete attribute dictionary.</string>
<key>Name</key>
<string>dictionary</string>
</dict>
<key>fileHandle</key>
<dict>
<key>Description</key>
<string>The unique file identifier which locates a file in a library.</string>
<key>Name</key>
<string>id</string>
</dict>
<key>filename</key>
<dict>
<key>Description</key>
<string>The filename of the file, without type extension.</string>
<key>Name</key>
<string>name</string>
</dict>
<key>urlString</key>
<dict>
<key>Description</key>
<string>A URL which locates this file.</string>
<key>Name</key>
<string>address</string>
</dict>
</dict>
<key>Description</key>
<string>A file.</string>
<key>Name</key>
<string>file</string>
<key>PluralName</key>
<string>files</string>
</dict>
<key>LiFileStore</key>
<dict>
<key>Attributes</key>
<dict>
<key>name</key>
<dict>
<key>Description</key>
<string>The name of the library.</string>
<key>Name</key>
<string>name</string>
</dict>
<key>storeID</key>
<dict>
<key>Description</key>
<string>The unique store identifier.</string>
<key>Name</key>
<string>id</string>
</dict>
</dict>
<key>Description</key>
<string>A file library.</string>
<key>Name</key>
<string>library</string>
<key>PluralName</key>
<string>libraries</string>
</dict>
</dict>
<key>Description</key>
<string>Liaison's low-level scripting interface.</string>
<key>Name</key>
<string>LiBackend suite</string>
</dict>
</plist>
|