mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 06:26:16 +01:00
81d79ca11b5f6ea79a8e5bc075f9b034245717ec
isideload
A Rust library for sideloading iOS applications using an Apple ID. Used in CrossCode and 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!
TODO
Things left todo before the rewrite is considered finished
- Proper entitlement handling
- actually parse macho files and stuff, right now it just uses the bare minimum and applies extra entitlements for livecontainer
- Remove dependency on ring and reduce duplicate dependencies
- partially just need to wait for the rust crypto ecosystem to get through another release cycle
- More parallelism/caching for better performance
Licensing
This project is licensed under the MIT License. See the LICENSE file for details.
Languages
Rust
100%