mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 06:26:16 +01:00
Finalize README
This commit is contained in:
@@ -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).
|
||||
|
||||
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
|
||||
|
||||
**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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user