From eca2f98e72d3f2771efd09542baa8920578a80b9 Mon Sep 17 00:00:00 2001 From: nab138 Date: Sat, 14 Feb 2026 17:24:49 -0500 Subject: [PATCH] Update README credits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fff413..88d897c 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file - The [idevice](https://github.com/jkcoxson/idevice) crate is used to communicate with the device - A [modified version of apple-platform-rs](https://github.com/nab138/isideload-apple-platform-rs) was used for codesigning, based off [plume-apple-platform-rs](https://github.com/plumeimpactor/plume-apple-platform-rs) -- [Sideloader](https://github.com/Dadoum/Sideloader) was used as a reference for how some of the private API endpoints work -- [Impactor](https://github.com/khcrysalis/Impactor) was used as a reference for some cryptography code +- [Impactor](https://github.com/khcrysalis/Impactor) was used as a reference for cryptography, codesigning, and provision file parsing. +- [Sideloader](https://github.com/Dadoum/Sideloader) was used as a reference for how apple private developer endpoints work