Something strange


SUBMITTED BY: Guest

DATE: Feb. 10, 2014, 9:10 p.m.

FORMAT: Text only

SIZE: 1.6 kB

HITS: 2489

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleAllowMixedLocalizations</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>English</string>
  9. <key>CFBundleDocumentTypes</key>
  10. <array>
  11. <dict>
  12. <key>CFBundleTypeExtensions</key>
  13. <array>
  14. <string>*</string>
  15. </array>
  16. <key>CFBundleTypeOSTypes</key>
  17. <array>
  18. <string>****</string>
  19. </array>
  20. <key>CFBundleTypeRole</key>
  21. <string>Viewer</string>
  22. </dict>
  23. </array>
  24. <key>CFBundleExecutable</key>
  25. <string>droplet</string>
  26. <key>CFBundleIconFile</key>
  27. <string>droplet</string>
  28. <key>CFBundleInfoDictionaryVersion</key>
  29. <string>6.0</string>
  30. <key>CFBundleName</key>
  31. <string>Hand-in Robot</string>
  32. <key>CFBundlePackageType</key>
  33. <string>APPL</string>
  34. <key>CFBundleSignature</key>
  35. <string>dplt</string>
  36. <key>LSMinimumSystemVersionByArchitecture</key>
  37. <dict>
  38. <key>x86_64</key>
  39. <string>10.6</string>
  40. </dict>
  41. <key>LSRequiresCarbon</key>
  42. <true/>
  43. <key>WindowState</key>
  44. <dict>
  45. <key>dividerCollapsed</key>
  46. <false/>
  47. <key>eventLogLevel</key>
  48. <integer>-1</integer>
  49. <key>name</key>
  50. <string>ScriptWindowState</string>
  51. <key>positionOfDivider</key>
  52. <real>462</real>
  53. <key>savedFrame</key>
  54. <string>101 62 816 649 0 0 1280 778 </string>
  55. <key>selectedTabView</key>
  56. <string>result</string>
  57. </dict>
  58. </dict>
  59. </plist>

comments powered by Disqus