Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

139 lines
3.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>action</key>
  9. <string>twitterShy</string>
  10. <key>cell</key>
  11. <string>PSButtonCell</string>
  12. <key>label</key>
  13. <string>@ShyMemoriees</string>
  14. <key>cellClass</key>
  15. <string>HBTwitterCell</string>
  16. <key>label</key>
  17. <string>ShyMemoriees</string>
  18. <key>user</key>
  19. <string>ShyMemoriees</string>
  20. </dict>
  21. <dict>
  22. <key>cell</key>
  23. <string>PSSwitchCell</string>
  24. <key>default</key>
  25. <true/>
  26. <key>defaults</key>
  27. <string>me.shymemoriees.tickpreferences</string>
  28. <key>key</key>
  29. <string>Enabled</string>
  30. <key>label</key>
  31. <string>Enabled (Respring required)</string>
  32. <key>PostNotification</key>
  33. <string>me.shymemoriees.tickpreferences/ReloadPrefs</string>
  34. </dict>
  35. <!-- Loudness Controller -->
  36. <dict>
  37. <key>cell</key>
  38. <string>PSGroupCell</string>
  39. <key>label</key>
  40. <string>Loudness Of The Sound</string>
  41. </dict>
  42. <dict>
  43. <key>cell</key>
  44. <string>PSSegmentCell</string>
  45. <key>default</key>
  46. <integer>0</integer>
  47. <key>defaults</key>
  48. <string>me.shymemoriees.tickpreferences</string>
  49. <key>key</key>
  50. <string>Loudness</string>
  51. <key>validValues</key>
  52. <array>
  53. <integer>0</integer>
  54. <integer>1</integer>
  55. <integer>2</integer>
  56. </array>
  57. <key>validTitles</key>
  58. <array>
  59. <string>Original</string>
  60. <string>Normal</string>
  61. <string>Loud</string>
  62. </array>
  63. <key>alignment</key>
  64. <string>3</string>
  65. <key>PostNotification</key>
  66. <string>me.shymemoriees.tickpreferences/ReloadPrefs</string>
  67. </dict>
  68. <!-- Support Me -->
  69. <dict>
  70. <key>cell</key>
  71. <string>PSGroupCell</string>
  72. <key>label</key>
  73. <string>Support Me</string>
  74. </dict>
  75. <dict>
  76. <key>cellClass</key>
  77. <string>HBLinkTableCell</string>
  78. <key>label</key>
  79. <string>Little Donation 🌺</string>
  80. <key>subtitle</key>
  81. <string>Helps Me To Pay For My Server</string>
  82. <key>url</key>
  83. <string>https://paypal.me/ShyMemoriees</string>
  84. </dict>
  85. <dict>
  86. <key>cellClass</key>
  87. <string>HBLinkTableCell</string>
  88. <key>label</key>
  89. <string>Source Code 🌙</string>
  90. <key>subtitle</key>
  91. <string>Github</string>
  92. <key>url</key>
  93. <string>https://github.com/ShyMemoriees/Tick</string>
  94. </dict>
  95. <dict>
  96. <key>cellClass</key>
  97. <string>HBLinkTableCell</string>
  98. <key>label</key>
  99. <string>Found A Bug? 🌧</string>
  100. <key>subtitle</key>
  101. <string>Leave A Bug Report Here</string>
  102. <key>url</key>
  103. <string>https://github.com/ShyMemoriees/Tick/issues/new</string>
  104. </dict>
  105. <dict>
  106. <key>cell</key>
  107. <string>PSGroupCell</string>
  108. <key>label</key>
  109. <string>Icon Design</string>
  110. </dict>
  111. <dict>
  112. <key>action</key>
  113. <string>twittertaki</string>
  114. <key>cell</key>
  115. <string>PSButtonCell</string>
  116. <key>label</key>
  117. <string>@74k1_</string>
  118. <key>cellClass</key>
  119. <string>HBTwitterCell</string>
  120. <key>label</key>
  121. <string>taki</string>
  122. <key>user</key>
  123. <string>74k1_</string>
  124. </dict>
  125. <dict>
  126. <key>cell</key>
  127. <string>PSGroupCell</string>
  128. <key>label</key>
  129. <string>Tick By ShyMemoriees, Made With ❤️</string>
  130. </dict>
  131. </array>
  132. <key>title</key>
  133. <string>Tick</string>
  134. </dict>
  135. </plist>