Go to file
Shadowfacts 6881441671 Don't use shared background context for fetching item counts
A significant fraction of the time was spent waiting for the background
context to be available, before the count could even be started. Since
the counts don't need to use the shared background context, let them
each use their own context to avoid contention.
2022-09-10 14:21:30 -04:00
Fervor Background widget refresh 2022-06-22 16:05:06 -04:00
Persistence Index all the things 2022-09-10 00:19:11 -04:00
Reader Don't use shared background context for fetching item counts 2022-09-10 14:21:30 -04:00
Reader.xcodeproj Don't use shared background context for fetching item counts 2022-09-10 14:21:30 -04:00
ReaderMac Add AppKit bundle, fix light appearance 2022-01-16 14:40:48 -05:00
ReaderTests Generate item excerpts in the background, use lol-html 2022-01-14 16:11:46 -05:00
ReaderUITests Initial commit 2021-12-07 21:58:02 -05:00
Widgets Add Recents widget 2022-06-20 15:35:14 -04:00
lol-html@f32bd14b22 Generate item excerpts in the background, use lol-html 2022-01-14 16:11:46 -05:00
.gitignore Initial commit 2021-12-07 21:58:02 -05:00
.gitmodules Generate item excerpts in the background, use lol-html 2022-01-14 16:11:46 -05:00
README.md Generate item excerpts in the background, use lol-html 2022-01-14 16:11:46 -05:00
WidgetsExtension.entitlements Add Recents widget 2022-06-20 15:35:14 -04:00

README.md

Reader

In order to build reader you need the appropriate targets added to your Rust toolchain.

$ rustup target add aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios

x86_64-apple-ios is only necessary if you're on an Intel Mac, and aarch-64-apple-ios-sim if you're on Apple Silicon.

The Xcode build script will take care of actually building the Rust code.