tweak to change the "custom no older notifications" text introduced in iOS 11
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

70 lines
1.7KB

  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. <true/>
  12. <key>defaults</key>
  13. <string>com.yaypixxo.cnon</string>
  14. <key>key</key>
  15. <string>enabled</string>
  16. <key>label</key>
  17. <string>Enable</string>
  18. <key>PostNotification</key>
  19. <string>com.yaypixxo.cnon/preferences.changed</string>
  20. </dict>
  21. <dict>
  22. <key>cell</key>
  23. <string>PSGroupCell</string>
  24. <key>footerText</key>
  25. <string>Type your custom text or leave blank to hide the text</string>
  26. </dict>
  27. <dict>
  28. <key>cell</key>
  29. <string>PSEditTextCell</string>
  30. <key>defaults</key>
  31. <string>com.yaypixxo.cnon</string>
  32. <key>default</key>
  33. <string></string>
  34. <key>key</key>
  35. <string>customText</string>
  36. <key>placeholder</key>
  37. <string>custom text here</string>
  38. <key>PostNotification</key>
  39. <string>com.yaypixxo.cnon/preferences.changed</string>
  40. </dict>
  41. <dict>
  42. <key>cell</key>
  43. <string>PSButtonCell</string>
  44. <key>action</key>
  45. <string>saveTapped</string>
  46. <key>label</key>
  47. <string>Respring</string>
  48. </dict>
  49. <dict>
  50. <key>cell</key>
  51. <string>PSGroupCell</string>
  52. <key>label</key>
  53. <string>Follow me on Twitter</string>
  54. </dict>
  55. <dict>
  56. <key>action</key>
  57. <string>openTwitter</string>
  58. <key>cell</key>
  59. <string>PSButtonCell</string>
  60. <key>icon</key>
  61. <string>twitter.png</string>
  62. <key>label</key>
  63. <string>@Ra1nPix</string>
  64. </dict>
  65. </array>
  66. <key>title</key>
  67. <string>CustomNoOlderNotifications</string>
  68. </dict>
  69. </plist>