iOS
These steps are required for iOS users looking to play sif.
Prerequisites:¶
- linux/macos/wsl2
- libhonoka
Steps:¶
- Download the modified lovelive sif ipa
- Run
unzip Application.ipato unzip the app. - Use libhonoka to decrypt
server_info.json. (honoka2 server_info.json) located atPayload\LoveLive.app\ProjectResources\config\ - Edit the json file to point to your server.
- Re-encrypt the json file by running
honoka2 -e -j server_info.json. - Run
zip -qr "Application.resigned.ipa" Payloadto re-zip the ipa. - Use sideloadly to install the ipa.
Assuming you did it correctly, you should be able to open the app and play sif.
Web based patcher¶
I compiled libhonoka to WebAssembly and made it an easy GUI to use: https://ethanaobrien.github.io/sif-patcher/ Then just use sideloadly to install the ipa.