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.
|
2 months ago | |
---|---|---|
Fervor | 2 months ago | |
Persistence | 2 months ago | |
Reader | 2 months ago | |
Reader.xcodeproj | 2 months ago | |
ReaderMac | 1 year ago | |
ReaderTests | 1 year ago | |
ReaderUITests | 1 year ago | |
Widgets | 9 months ago | |
lol-html@f32bd14b22 | 1 year ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
README.md | 1 year ago | |
WidgetsExtension.entitlements | 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.