home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / macos / Files / Safari.dmg / Safari.app / Contents / Resources / Safari.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2003-02-07  |  1.1 KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>sfri</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>BrowserDocument</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>docu</string>
  13.             <key>Attributes</key>
  14.             <dict>
  15.                 <key>URLString</key>
  16.                 <dict>
  17.                     <key>AppleEventCode</key>
  18.                     <string>pURL</string>
  19.                     <key>Type</key>
  20.                     <string>NSString</string>
  21.                 </dict>
  22.                 <key>source</key>
  23.                 <dict>
  24.                     <key>AppleEventCode</key>
  25.                     <string>conT</string>
  26.                     <key>ReadOnly</key>
  27.                     <string>YES</string>
  28.                     <key>Type</key>
  29.                     <string>NSString</string>
  30.                 </dict>
  31.                 <key>text</key>
  32.                 <dict>
  33.                     <key>AppleEventCode</key>
  34.                     <string>ctxt</string>
  35.                     <key>ReadOnly</key>
  36.                     <string>YES</string>
  37.                     <key>Type</key>
  38.                     <string>NSTextSuite.NSTextStorage</string>
  39.                 </dict>
  40.             </dict>
  41.             <key>Superclass</key>
  42.             <string>NSCoreSuite.NSDocument</string>
  43.         </dict>
  44.     </dict>
  45.     <key>Name</key>
  46.     <string>Safari</string>
  47. </dict>
  48. </plist>
  49.