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.

83 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>footerText</key>
  11. <string>Only show the exact time for notifications older than this value (0~240). Default value for stock iOS is 240 minutes (4 hours)</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSEditTextCell</string>
  16. <key>defaults</key>
  17. <string>com.gilshahar7.exacttimeprefs</string>
  18. <key>key</key>
  19. <string>affectTime</string>
  20. <key>default</key>
  21. <string>10</string>
  22. <key>isNumeric</key>
  23. <true/>
  24. <key>label</key>
  25. <string>Affect after (in minutes)</string>
  26. </dict>
  27. <dict>
  28. <key>cell</key>
  29. <string>PSButtonCell</string>
  30. <key>defaults</key> <string>com.gilshahar7.exacttimeprefs</string>
  31. <key>label</key>
  32. <string>Apply</string>
  33. <key>action</key>
  34. <string>apply</string>
  35. </dict>
  36. <dict>
  37. <key>cell</key>
  38. <string>PSGroupCell</string>
  39. <key>footerText</key>
  40. <string>This will add "Xh ago" where there is an exact time, separated by a ' • ' Note: this will override any language</string>
  41. </dict>
  42. <dict>
  43. <key>cell</key>
  44. <string>PSSwitchCell</string>
  45. <key>default</key>
  46. <false/>
  47. <key>defaults</key>
  48. <string>com.gilshahar7.exacttimeprefs</string>
  49. <key>key</key>
  50. <string>addToCurrent</string>
  51. <key>label</key>
  52. <string>Add estimated time to exact time</string>
  53. </dict>
  54. <dict>
  55. <key>cell</key>
  56. <string>PSGroupCell</string>
  57. <key>footerText</key>
  58. <string>This will add minutes to all "Xh ago" Note: this will override any language</string>
  59. </dict>
  60. <dict>
  61. <key>cell</key>
  62. <string>PSSwitchCell</string>
  63. <key>default</key>
  64. <false/>
  65. <key>defaults</key>
  66. <string>com.gilshahar7.exacttimeprefs</string>
  67. <key>key</key>
  68. <string>addMinutes</string>
  69. <key>label</key>
  70. <string>Change "2h ago" to "2h 17m ago"</string>
  71. </dict>
  72. <dict>
  73. <key>cell</key>
  74. <string>PSGroupCell</string>
  75. <key>footerText</key>
  76. <string>Made by: gilshahar7.</string>
  77. </dict>
  78. </array>
  79. <key>title</key>
  80. <string>ExactTime</string>
  81. </dict>
  82. </plist>