Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  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>items</key>
  6. <array>
  7. <dict>
  8. <key>cell</key>
  9. <string>PSTableCell</string>
  10. <key>cellClass</key>
  11. <string>CSPImageCell</string>
  12. <key>height</key>
  13. <string>160</string>
  14. <key>static</key>
  15. <true/>
  16. <key>key</key>
  17. <string>selectPhotos</string>
  18. <key>storePath</key>
  19. <string>banner.png</string>
  20. <key>defaults</key>
  21. <string>/var/mobile/Library/Preferences/com.midnightchips.cydiacommunity.plist</string>
  22. <key>defaultsPath</key>
  23. <string>/Library/PreferenceBundles/cydiaCommunityPrefs.bundle</string>
  24. </dict>
  25. <dict>
  26. <key>cell</key>
  27. <string>PSGroupCell</string>
  28. <key>label</key>
  29. <string>Dark Mode</string>
  30. </dict>
  31. <dict>
  32. <key>cell</key>
  33. <string>PSSwitchCell</string>
  34. <key>default</key>
  35. <false/>
  36. <key>defaults</key>
  37. <string>/var/mobile/Library/Preferences/com.midnightchips.cydiacommunity.plist</string>
  38. <key>key</key>
  39. <string>darkMode</string>
  40. <key>label</key>
  41. <string>Enable DarkMode</string>
  42. <key>PostNotification</key>
  43. <string>com.midnightchips.cydiacommunity.plist/preferences.changed</string>
  44. </dict>
  45. <dict>
  46. <key>cell</key>
  47. <string>PSGroupCell</string>
  48. <key>label</key>
  49. <string>Select Website</string>
  50. <key>footerText</key>
  51. <string>1 is iDB, 2 is Yalu, 3 is Combined jailbreaking + none news</string>
  52. </dict>
  53. <dict>
  54. <key>cell</key>
  55. <string>PSSliderCell</string>
  56. <key>default</key>
  57. <real>1</real>
  58. <key>defaults</key>
  59. <string>/var/mobile/Library/Preferences/com.midnightchips.cydiacommunity.plist</string>
  60. <key>PostNotification</key>
  61. <string>com.midnightchips.cydiacommunity.plist/preferences.changed</string>
  62. <key>key</key>
  63. <string>setWebsite</string>
  64. <key>showValue</key>
  65. <true/>
  66. <key>isSegmented</key>
  67. <true/>
  68. <key>segmentCount</key>
  69. <real>2</real>
  70. <key>min</key>
  71. <real>1</real>
  72. <key>max</key>
  73. <real>3</real>
  74. </dict>
  75. </array>
  76. <key>title</key>
  77. <string>Cydia Community Tab</string>
  78. </dict>
  79. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement