- files are inside
tauri-app
- dev with
yarn tauri dev
- gets anisette data from crate
anisette-kit
(see below) - also uses rusty_libi to list devices in the UI
- links to the macos private frameworks, will later also link to
provision-rs
or theAOSKit.dll
on windows - provides anisette data (macos only right now)
- very cool
- link aoskit to tauri/rust so that no binaries have to be bundled
- get provision-rs done and implemented for windows/linux
- grandslam auth (in js??)
- crypto library of some sort
- authentication
- getting teams/certs
- sign with zsign or ldid whatever works
- install with rusty_libimobiledevice
- gh actions to build and cache all this stuff