actually functional

This commit is contained in:
nab138
2025-08-09 21:47:14 -04:00
parent 74f5af717c
commit 8592efb0d5
50 changed files with 216 additions and 5128 deletions

View File

@@ -4,6 +4,6 @@ A Rust library for sideloading iOS applications. Designed for use in [YCode](htt
### Licensing
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
This project is licensed under the MPL-2.0 License. See the [LICENSE](LICENSE) file for details.
A lot of the authentication code came from https://github.com/SideStore/apple-private-apis/, but the original project was left unfinished. This repository contains a (more) complete implementation of the package. That part of the code has been kept under its original license, MPL-2.0.
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).