SideStore / SideServer-macOS

Glorified SideStore Installer in server-form to use as an optional backup anisette server, and optional auto-refresher of SideStore
GNU Affero General Public License v3.0
53 stars 8 forks source link

Lacks iOS 17 JIT support from upstream AltServer code #12

Closed jeffzyliu closed 2 months ago

jeffzyliu commented 8 months ago

Riley implemented JIT in iOS 17 via pymobiledevice3 for Altstore. I don't use SideServer so I didn't check, but the code in this repo is from the iOS 16 version of AltServer and doesn't have the new JIT code.

Reference for SideServer code in this repo: https://github.com/SideStore/SideServer-macOS/blob/4ad482a106f39f779dd3c30d4772bc95aafab683/AltServer/AppDelegate.swift#L137

A lot of files turn up when searching for 'jit' in AltStore: https://github.com/search?q=repo%3Aaltstoreio%2FAltStore+jit&type=code

Would the SideStore team be interested in porting this code over?