|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>items</key>
- <array>
-
- <dict>
- <key>action</key>
- <string>twitterShy</string>
- <key>cell</key>
- <string>PSButtonCell</string>
- <key>label</key>
- <string>@ShyMemoriees</string>
- <key>cellClass</key>
- <string>HBTwitterCell</string>
- <key>label</key>
- <string>ShyMemoriees</string>
- <key>user</key>
- <string>ShyMemoriees</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>me.shymemoriees.tickpreferences</string>
- <key>key</key>
- <string>Enabled</string>
- <key>label</key>
- <string>Enabled (Respring required)</string>
- <key>PostNotification</key>
- <string>me.shymemoriees.tickpreferences/ReloadPrefs</string>
- </dict>
-
- <!-- Loudness Controller -->
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Loudness Of The Sound</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSSegmentCell</string>
- <key>default</key>
- <integer>0</integer>
- <key>defaults</key>
- <string>me.shymemoriees.tickpreferences</string>
- <key>key</key>
- <string>Loudness</string>
- <key>validValues</key>
- <array>
- <integer>0</integer>
- <integer>1</integer>
- <integer>2</integer>
- </array>
- <key>validTitles</key>
- <array>
- <string>Original</string>
- <string>Normal</string>
- <string>Loud</string>
- </array>
- <key>alignment</key>
- <string>3</string>
- <key>PostNotification</key>
- <string>me.shymemoriees.tickpreferences/ReloadPrefs</string>
- </dict>
-
- <!-- Support Me -->
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Support Me</string>
- </dict>
- <dict>
- <key>cellClass</key>
- <string>HBLinkTableCell</string>
- <key>label</key>
- <string>Little Donation 🌺</string>
- <key>subtitle</key>
- <string>Helps Me To Pay For My Server</string>
- <key>url</key>
- <string>https://paypal.me/ShyMemoriees</string>
- </dict>
- <dict>
- <key>cellClass</key>
- <string>HBLinkTableCell</string>
- <key>label</key>
- <string>Source Code 🌙</string>
- <key>subtitle</key>
- <string>Github</string>
- <key>url</key>
- <string>https://github.com/ShyMemoriees/Tick</string>
- </dict>
- <dict>
- <key>cellClass</key>
- <string>HBLinkTableCell</string>
- <key>label</key>
- <string>Found A Bug? 🌧</string>
- <key>subtitle</key>
- <string>Leave A Bug Report Here</string>
- <key>url</key>
- <string>https://github.com/ShyMemoriees/Tick/issues/new</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Tick By ShyMemoriees, Made With ❤️</string>
- </dict>
- </array>
- <key>title</key>
- <string>Tick</string>
- </dict>
- </plist>
|