Files
isideload/README.md
2026-02-08 22:43:33 -05:00

18 lines
728 B
Markdown

# isideload
[![Build isideload](https://github.com/nab138/isideload/actions/workflows/build.yml/badge.svg)](https://github.com/nab138/isideload/actions/workflows/build.yml)
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!
## TODO
- [ ] Signing apps
- [ ] Installing apps
- [ ] Remove dependency on ring
## Licensing
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.