mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 14:36:16 +01:00
10 lines
574 B
Markdown
10 lines
574 B
Markdown
# isideload
|
|
|
|
A Rust library for sideloading iOS applications. Designed for use in [YCode](https://github.com/nab138/YCode).
|
|
|
|
### Licensing
|
|
|
|
This project is licensed under the MPL-2.0 License. See the [LICENSE](LICENSE) file for details.
|
|
|
|
The `apple-private-apis` package was used for authentication, but the original project was left unfinished. This repository contains a (more) complete implementation of the package. That part of the code is also licensed under the MPL-2.0 License. You can find the original code [here](https://github.com/SideStore/apple-private-apis).
|