2013-06-21 17:48:06 -07:00
<?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>PreferenceSpecifiers</key>
<array>
<dict>
<key>Title</key>
<string>Story list</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Story order</string>
<key>Titles</key>
<array>
<string>Newest first</string>
<string>Oldest first</string>
</array>
<key>DefaultValue</key>
<string>newest</string>
<key>Values</key>
<array>
<string>newest</string>
<string>oldest</string>
</array>
<key>Key</key>
<string>default_order</string>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
2013-06-21 18:35:06 -07:00
<string>Stories in a folder</string>
<key>Titles</key>
<array>
<string>All stories</string>
<string>Unread only</string>
</array>
<key>DefaultValue</key>
<string>unread</string>
<key>Values</key>
<array>
<string>all</string>
<string>unread</string>
</array>
<key>Key</key>
<string>default_folder_read_filter</string>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Stories in a site</string>
2013-06-21 17:48:06 -07:00
<key>Titles</key>
<array>
<string>All stories</string>
<string>Unread only</string>
</array>
<key>DefaultValue</key>
<string>all</string>
<key>Values</key>
<array>
<string>all</string>
<string>unread</string>
</array>
<key>Key</key>
2013-06-21 18:35:06 -07:00
<string>default_feed_read_filter</string>
2013-06-21 17:48:06 -07:00
</dict>
<dict>
<key>Title</key>
<string>Offline stories</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Download stories</string>
<key>Key</key>
<string>offline_allowed</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Download images</string>
<key>Key</key>
<string>offline_image_download</string>
<key>DefaultValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Download using</string>
<key>Titles</key>
<array>
<string>Wifi + Cellular</string>
<string>Wifi only</string>
</array>
<key>DefaultValue</key>
<string>cellular</string>
<key>Values</key>
<array>
<string>cellular</string>
<string>wifi</string>
</array>
<key>Key</key>
<string>offline_download_connection</string>
</dict>
2013-07-11 18:36:09 -07:00
<dict>
<key>FooterText</key>
<string>More stories take more disk space, but otherwise storing more stories has no noticable effect on performance.</string>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Store</string>
<key>Titles</key>
<array>
<string>500 stories</string>
<string>1,000 stories</string>
<string>2,000 stories</string>
<string>5,000 stories</string>
<string>10,000 stories</string>
</array>
<key>DefaultValue</key>
<string>1000</string>
<key>Values</key>
<array>
<string>500</string>
<string>1000</string>
<string>2000</string>
<string>5000</string>
<string>10000</string>
</array>
<key>Key</key>
<string>offline_store_limit</string>
</dict>
<dict>
<key>FooterText</key>
<string>More images at once means faster caching, but a less responsive app. Keep this to 1 image at a time if you read while downloading. Bump it up if you want to quickly cache as many images at once and won't be using the app during the caching process.</string>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>Download</string>
<key>Titles</key>
<array>
<string>1 image at a time</string>
<string>2 images at a time</string>
<string>3 images at a time</string>
<string>4 images at a time</string>
<string>5 images at a time</string>
<string>6 images at a time</string>
</array>
<key>DefaultValue</key>
<integer>1</integer>
<key>Values</key>
<array>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
<integer>4</integer>
<integer>5</integer>
<integer>6</integer>
</array>
<key>Key</key>
<string>offline_image_concurrency</string>
</dict>
<dict>
<key>Type</key>
<string>IASKButtonSpecifier</string>
<key>Title</key>
<string>Delete offline stories...</string>
<key>Key</key>
<string>offline_cache_empty_stories</string>
</dict>
2013-06-21 17:48:06 -07:00
</array>
<key>StringsTable</key>
<string>Root</string>
</dict>
</plist>