|
- <?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>
|