home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / System Profiler.app / Contents / Resources / System Profiler.scriptSuite < prev    next >
Encoding:
Text File  |  2004-03-19  |  928 b   |  35 lines

  1. {
  2.     "Name" = "System Profiler";
  3.     "AppleEventCode" = "ddap";
  4.     
  5.     "Classes" = {
  6.         "NSApplication" = {
  7.             "Superclass" = "NSCoreSuite.NSApplication";
  8.             "ToManyRelationships" = {
  9.                 "orderedDocuments" = {
  10.                     "Type" = "SPDocument";
  11.                     "AppleEventCode" = "docu";
  12.                 };
  13.             };
  14.  
  15.             "Attributes" = {
  16.                 "systemProfile" = {
  17.                     "Type" = "NSString";
  18.                     "AppleEventCode" = "ddty";
  19.                 };
  20.             };
  21.             "AppleEventCode" = "capp";
  22.         };
  23.         "SPDocument" = {
  24.             "Superclass" = "NSCoreSuite.NSDocument";
  25.             "AppleEventCode" = "docu";
  26.             "Attributes" = {
  27.                 "string" = {
  28.                     "Type" = "NSString";
  29.                     "AppleEventCode" = "ddta";
  30.                 };
  31.             };
  32.         };
  33.     };
  34. }
  35.