hide/show/change stuff on the LS and HS https://github.com/viggou/Kage
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.2KB

  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>PSGroupCell</string>
  10. <key>label</key>
  11. <string>Kage - by YaYPIXXO</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSSwitchCell</string>
  16. <key>default</key>
  17. <false/>
  18. <key>defaults</key>
  19. <string>com.yaypixxo.kage</string>
  20. <key>key</key>
  21. <string>enabled</string>
  22. <key>label</key>
  23. <string>Enable Tweak</string>
  24. <key>PostNotification</key>
  25. <string>com.yaypixxo.kage/preferences.changed</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. </array>
  84. <key>title</key>
  85. <string>Kage</string>
  86. </dict>
  87. </plist>