home *** CD-ROM | disk | FTP | other *** search
/ developer.apple.com / developer.apple.com.tar / developer.apple.com / appleapplications / SystemReport.dmg / Info.plist < prev    next >
Extensible Markup Language  |  2007-04-17  |  3KB  |  91 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>AMAccepts</key>
  6.     <dict>
  7.         <key>Container</key>
  8.         <string>List</string>
  9.         <key>Optional</key>
  10.         <false/>
  11.         <key>Types</key>
  12.         <array>
  13.             <string>com.apple.cocoa.string</string>
  14.         </array>
  15.     </dict>
  16.     <key>AMApplication</key>
  17.     <string>Terminal</string>
  18.     <key>AMCanShowSelectedItemsWhenRun</key>
  19.     <true/>
  20.     <key>AMCanShowWhenRun</key>
  21.     <true/>
  22.     <key>AMCategory</key>
  23.     <string>Terminal</string>
  24.     <key>AMDefaultParameters</key>
  25.     <dict/>
  26.     <key>AMDescription</key>
  27.     <dict>
  28.         <key>AMDInput</key>
  29.         <string>One or more machine addresses in the form [user@]address.</string>
  30.         <key>AMDRequires</key>
  31.         <string>All remote computers must be configured for password-less ssh access.</string>
  32.         <key>AMDResult</key>
  33.         <string>Web page containing system configuration report.</string>
  34.         <key>AMDSummary</key>
  35.         <string>Inventories remote computers and reports their basic system configuration.</string>
  36.     </dict>
  37.     <key>AMIconName</key>
  38.     <string>Terminal</string>
  39.     <key>AMKeywords</key>
  40.     <array/>
  41.     <key>AMName</key>
  42.     <string>System Report</string>
  43.     <key>AMProvides</key>
  44.     <dict>
  45.         <key>Container</key>
  46.         <string>List</string>
  47.         <key>Types</key>
  48.         <array>
  49.             <string>com.apple.cocoa.string</string>
  50.         </array>
  51.     </dict>
  52.     <key>AMRequiredResources</key>
  53.     <array/>
  54.     <key>AMWarning</key>
  55.     <dict>
  56.         <key>Action</key>
  57.         <string>(* Action name to be suggested to add prior to this action to make the task safer, e.g. com.apple.Automator.CopyFiles, goes here. *)</string>
  58.         <key>ApplyButton</key>
  59.         <string>(* Button label for user to add proposed Action, e.g. Add. *)</string>
  60.         <key>IgnoreButton</key>
  61.         <string>(* Button label for user not to add proposed Action, e.g. Don't Add. *)</string>
  62.         <key>Level</key>
  63.         <integer>0</integer>
  64.         <key>Message</key>
  65.         <string>(* Warning message presented to user goes here. *)</string>
  66.     </dict>
  67.     <key>CFBundleDevelopmentRegion</key>
  68.     <string>English</string>
  69.     <key>CFBundleName</key>
  70.     <string>${PRODUCT_NAME}</string>
  71.     <key>CFBundleGetInfoString</key>
  72.     <string>System Report version 1.0, Copyright (c) 2007, Dawn to Dusk Software.</string>
  73.     <key>CFBundleIconFile</key>
  74.     <string></string>
  75.     <key>CFBundleIdentifier</key>
  76.     <string>com.yourcompany.Automator.System_Report</string>
  77.     <key>CFBundleInfoDictionaryVersion</key>
  78.     <string>6.0</string>
  79.     <key>CFBundlePackageType</key>
  80.     <string>BNDL</string>
  81.     <key>CFBundleShortVersionString</key>
  82.     <string>1.0</string>
  83.     <key>CFBundleSignature</key>
  84.     <string>????</string>
  85.     <key>CFBundleVersion</key>
  86.     <string>1.0</string>
  87.     <key>NSPrincipalClass</key>
  88.     <string>AMShellScriptAction</string>
  89. </dict>
  90. </plist>
  91.