|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- <?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>cell</key>
- <string>PSGroupCell</string>
- <key>footerText</key>
- <string>To enable/disable, restart the app.</string>
- <key>label</key>
- <string>Enabled</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>isRedditEnabled</string>
- <key>label</key>
- <string>Enable Reddit</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>isApolloEnabled</string>
- <key>label</key>
- <string>Enable Apollo</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>isNarwhalEnabled</string>
- <key>label</key>
- <string>Enable Narwhal</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>isAlienBlueEnabled</string>
- <key>label</key>
- <string>Enable Alien Blue</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>isSlideEnabled</string>
- <key>label</key>
- <string>Enable Slide</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>footerText</key>
- <string>On apps that have an eye button rather than an option in the menu, enable or disable that button from appearing on only deleted comments/posts.</string>
- <key>label</key>
- <string>visibility</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>isApolloDeletedCommentsOnly</string>
- <key>label</key>
- <string>Apollo | Deleted only</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>isAlienBlueDeletedOnly</string>
- <key>label</key>
- <string>Alien Blue | Deleted only</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>isSlideDeletedOnly</string>
- <key>label</key>
- <string>Slide | Deleted only</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>footerText</key>
- <string>The number of seconds before the request to pushshift will timeout and return an error.</string>
- <key>isStaticText</key>
- <true/>
- <key>label</key>
- <string>Request timeout (seconds)</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.lint.undelete.prefs.changed</string>
- <key>cell</key>
- <string>PSSliderCell</string>
- <key>default</key>
- <integer>10</integer>
- <key>defaults</key>
- <string>com.lint.undelete.prefs</string>
- <key>key</key>
- <string>requestTimeoutValue</string>
- <key>max</key>
- <string>60</string>
- <key>min</key>
- <string>5</string>
- <key>showValue</key>
- <true/>
- </dict>
- </array>
- <key>title</key>
- <string>TFDidThatSay?</string>
- </dict>
- </plist>
|