Go to file
Shadowfacts ef215e8bdc Fix sync failing with feeds lacking title 2023-10-02 22:35:07 -04:00
Fervor Fix sync failing with feeds lacking title 2023-10-02 22:35:07 -04:00
Persistence Fix sync failing with feeds lacking title 2023-10-02 22:35:07 -04:00
Reader Fix sync failing with feeds lacking title 2023-10-02 22:35:07 -04:00
Reader.xcodeproj Bump deployment target to iOS 16, use URL.ParseStrategy 2023-01-24 17:22:25 -05: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 The auto-updating DateStyle has second-granularity for durations <1hr 2023-09-27 15:35:40 -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.