You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Shadowfacts 8ac578a914
Don't set the port to 8080 by default
2 months ago
Fervor Don't set the port to 8080 by default 2 months ago
Persistence Bump deployment target to iOS 16, use URL.ParseStrategy 2 months ago
Reader Bump deployment target to iOS 16, use URL.ParseStrategy 2 months ago
Reader.xcodeproj Bump deployment target to iOS 16, use URL.ParseStrategy 2 months ago
ReaderMac Add AppKit bundle, fix light appearance 1 year ago
ReaderTests Generate item excerpts in the background, use lol-html 1 year ago
ReaderUITests Initial commit 1 year ago
Widgets Add Recents widget 9 months ago
lol-html@f32bd14b22 Generate item excerpts in the background, use lol-html 1 year ago
.gitignore Initial commit 1 year ago
.gitmodules Generate item excerpts in the background, use lol-html 1 year ago
README.md Generate item excerpts in the background, use lol-html 1 year ago
WidgetsExtension.entitlements Add Recents widget 9 months ago

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.