hide/show/change stuff on the LS and HS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

102 lines
2.5KB

  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>PSSwitchCell</string>
  10. <key>default</key>
  11. <false/>
  12. <key>defaults</key>
  13. <string>com.yaypixxo.kage</string>
  14. <key>key</key>
  15. <string>enabled</string>
  16. <key>label</key>
  17. <string>Enable Tweak</string>
  18. <key>PostNotification</key>
  19. <string>com.yaypixxo.kage/preferences.changed</string>
  20. </dict>
  21. <dict>
  22. <key>cell</key>
  23. <string>PSGroupCell</string>
  24. <key>footerText</key>
  25. <string></string>
  26. </dict>
  27. <dict>
  28. <key>cell</key>
  29. <string>PSSwitchCell</string>
  30. <key>default</key>
  31. <false/>
  32. <key>defaults</key>
  33. <string>com.yaypixxo.kage</string>
  34. <key>key</key>
  35. <string>hide3dDivs</string>
  36. <key>label</key>
  37. <string>Hide 3D Touch Dividers</string>
  38. <key>PostNotification</key>
  39. <string>com.yaypixxo.kage/preferences.changed</string>
  40. </dict>
  41. <dict>
  42. <key>cell</key>
  43. <string>PSSwitchCell</string>
  44. <key>default</key>
  45. <false/>
  46. <key>defaults</key>
  47. <string>com.yaypixxo.kage</string>
  48. <key>key</key>
  49. <string>gridSwitcher</string>
  50. <key>label</key>
  51. <string>Enable Grid Switcher*</string>
  52. <key>PostNotification</key>
  53. <string>com.yaypixxo.kage/preferences.changed</string>
  54. </dict>
  55. <dict>
  56. <key>cell</key>
  57. <string>PSSwitchCell</string>
  58. <key>default</key>
  59. <false/>
  60. <key>defaults</key>
  61. <string>com.yaypixxo.kage</string>
  62. <key>key</key>
  63. <string>hideLSBatt</string>
  64. <key>label</key>
  65. <string>Hide LS Battery</string>
  66. <key>PostNotification</key>
  67. <string>com.yaypixxo.kage/preferences.changed</string>
  68. </dict>
  69. <dict>
  70. <key>cell</key>
  71. <string>PSSwitchCell</string>
  72. <key>default</key>
  73. <false/>
  74. <key>defaults</key>
  75. <string>com.yaypixxo.kage</string>
  76. <key>key</key>
  77. <string>statusBarShowTimeLS</string>
  78. <key>label</key>
  79. <string>Time in LS Status Bar</string>
  80. <key>PostNotification</key>
  81. <string>com.yaypixxo.kage/preferences.changed</string>
  82. </dict>
  83. <dict>
  84. <key>cell</key>
  85. <string>PSGroupCell</string>
  86. <key>footerText</key>
  87. <string>* requires respring</string>
  88. </dict>
  89. <dict>
  90. <key>cell</key>
  91. <string>PSButtonCell</string>
  92. <key>action</key>
  93. <string>saveTapped</string>
  94. <key>label</key>
  95. <string>Respring</string>
  96. </dict>
  97. </array>
  98. <key>title</key>
  99. <string>Kage</string>
  100. </dict>
  101. </plist>