diff options
Diffstat (limited to 'Frameworks/LiBackend/LiBackend.scriptSuite')
-rw-r--r-- | Frameworks/LiBackend/LiBackend.scriptSuite | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/Frameworks/LiBackend/LiBackend.scriptSuite b/Frameworks/LiBackend/LiBackend.scriptSuite new file mode 100644 index 0000000..01e0daa --- /dev/null +++ b/Frameworks/LiBackend/LiBackend.scriptSuite @@ -0,0 +1,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<UnsignedLong></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<UnsignedLong></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> |