From 6547688fa76c884bfbb86492fbaa907678dad860 Mon Sep 17 00:00:00 2001 From: nab138 Date: Sat, 14 Feb 2026 17:39:20 -0500 Subject: [PATCH] Finalize README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 88d897c..4dd7e88 100644 --- a/README.md +++ b/README.md @@ -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