44[ ![ GitHub License] ( https://img.shields.io/github/license/khcrysalis/PlumeImpactor?color=%23C96FAD )] ( https://github.com/khcrysalis/PlumeImpactor/blob/main/LICENSE )
55[ ![ Sponsor Me] ( https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86 )] ( https://github.com/sponsors/khcrysalis )
66
7- PlumeImpactor is an open-source, cross-platform, and feature rich iOS/tvOS sideloading application. Supporting macOS, Linux, and Windows.
7+ WIP open-source, cross-platform, and feature rich iOS/tvOS sideloading application. Supporting macOS, Linux, and (hopefully) Windows.
88
99### Features
1010- User friendly and clean UI.
@@ -17,7 +17,7 @@ The project is seperated in multiple modules, all serve single or multiple uses
1717| Module | Description |
1818| -------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
1919| ` apps/plumeimpactor ` | GUI interface for the crates shown below, backend using wxWidgets (with a rust ffi wrapper, wxDragon) |
20- | ` apps/plumesign ` | CLI interface for the crates shown below , using ` clap ` . |
20+ | ` apps/plumesign ` | Simple CLI interface for signing , using ` clap ` . |
2121| ` crates/grand_slam ` | Handles all api request used for communicating with Apple developer services, along with providing auth for Apple's grandslam |
2222
2323## Acknowledgements
@@ -26,7 +26,6 @@ The project is seperated in multiple modules, all serve single or multiple uses
2626- [ SideStore] ( https://github.com/SideStore/apple-private-apis ) – Grandslam auth & Omnisette.
2727- [ Sideloader] ( https://github.com/Dadoum/Sideloader ) – Apple Developer API references.
2828- [ idevice] ( https://github.com/jkcoxson/idevice ) – Used for communication with ` installd ` , specifically for sideloading the apps to your devices.
29- - [ apple-codesign-rs] ( https://github.com/indygreg/apple-platform-rs ) – Open-source alternative to codesign.
3029
3130## License
3231
0 commit comments