DDBSettings.plist 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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>entry</key>
  6. <dict>
  7. <key>cell</key>
  8. <string>PSLinkCell</string>
  9. <key>icon</key>
  10. <string>DalesDeadBug.jpg</string>
  11. <key>label</key>
  12. <string>Dales Dead Bug</string>
  13. <key>description</key>
  14. <string>You just be careful, Computers have already beaten the Communists at chess. Next thing you know, they&apos;ll be beating humans. - Dale Gribble</string>
  15. </dict>
  16. <key>items</key>
  17. <array>
  18. <dict>
  19. <key>cell</key>
  20. <string>PSGroupCell</string>
  21. </dict>
  22. <dict>
  23. <key>cell</key>
  24. <string>PSSwitchCell</string>
  25. <key>default</key>
  26. <true/>
  27. <key>defaults</key>
  28. <string>com.nito.dalesdeadbug</string>
  29. <key>key</key>
  30. <string>Enabled</string>
  31. <key>label</key>
  32. <string>Version spoofing</string>
  33. <key>description</key>
  34. <string>Whether or not to spoof a higher OS version to install officially unsupported application versions.</string>
  35. </dict>
  36. <dict>
  37. <key>cell</key>
  38. <string>PSMultiItemCell</string>
  39. <key>default</key>
  40. <true/>
  41. <key>defaults</key>
  42. <string>com.nito.dalesdeadbug</string>
  43. <key>key</key>
  44. <string>SpoofVersion</string>
  45. <key>label</key>
  46. <string>Spoofed Version</string>
  47. <key>description</key>
  48. <string>The version you are going to spoof.</string>
  49. <key>availableValues</key>
  50. <array>
  51. <string>9.0</string>
  52. <string>9.1</string>
  53. <string>10.2.2</string>
  54. <string>11.1</string>
  55. <string>11.2</string>
  56. <string>11.3</string>
  57. <string>11.4</string>
  58. </array>
  59. </dict>
  60. </array>
  61. <key>title</key>
  62. <string>Dales Dead Bug</string>
  63. </dict>
  64. </plist>