口袋优选

Root.plist 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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>StringsTable</key>
  6. <string>Root</string>
  7. <key>PreferenceSpecifiers</key>
  8. <array>
  9. <dict>
  10. <key>Type</key>
  11. <string>PSGroupSpecifier</string>
  12. <key>Title</key>
  13. <string>Group</string>
  14. </dict>
  15. <dict>
  16. <key>Type</key>
  17. <string>PSTextFieldSpecifier</string>
  18. <key>Title</key>
  19. <string>Name</string>
  20. <key>Key</key>
  21. <string>name_preference</string>
  22. <key>DefaultValue</key>
  23. <string></string>
  24. <key>IsSecure</key>
  25. <false/>
  26. <key>KeyboardType</key>
  27. <string>Alphabet</string>
  28. <key>AutocapitalizationType</key>
  29. <string>None</string>
  30. <key>AutocorrectionType</key>
  31. <string>No</string>
  32. </dict>
  33. <dict>
  34. <key>Type</key>
  35. <string>PSToggleSwitchSpecifier</string>
  36. <key>Title</key>
  37. <string>Enabled</string>
  38. <key>Key</key>
  39. <string>enabled_preference</string>
  40. <key>DefaultValue</key>
  41. <true/>
  42. </dict>
  43. <dict>
  44. <key>Type</key>
  45. <string>PSSliderSpecifier</string>
  46. <key>Key</key>
  47. <string>slider_preference</string>
  48. <key>DefaultValue</key>
  49. <real>0.5</real>
  50. <key>MinimumValue</key>
  51. <integer>0</integer>
  52. <key>MaximumValue</key>
  53. <integer>1</integer>
  54. <key>MinimumValueImage</key>
  55. <string></string>
  56. <key>MaximumValueImage</key>
  57. <string></string>
  58. </dict>
  59. </array>
  60. </dict>
  61. </plist>