Finalize README

This commit is contained in:
nab138
2026-02-14 17:39:20 -05:00
parent f7926ad9d7
commit 6547688fa7

View File

@@ -4,13 +4,11 @@
A Rust library for sideloading iOS applications using an Apple ID. Used in [CrossCode](https://github.com/nab138/CrossCode) and [iloader](https://github.com/nab138/iloader). A Rust library for sideloading iOS applications using an Apple ID. Used in [CrossCode](https://github.com/nab138/CrossCode) and [iloader](https://github.com/nab138/iloader).
This branch is home to isideload-next, the next major version of isideload. It features a redesigned API, improved error handling, better entitlement handling, and more. It is not ready!
## Usage ## Usage
**You must call `isideload::init()` at the start of your program to ensure that errors are properly reported.** If you don't, errors related to network requests will not show any details. **You must call `isideload::init()` at the start of your program to ensure that errors are properly reported.** If you don't, errors related to network requests will not show any details.
A full usage example is available is in [examples/minimal](examples/minimal/). A full example is available is in [examples/minimal](examples/minimal/).
## TODO ## TODO