You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip to the Next/Previous using long press on rewind buttons
Speed up playback by long pressing Play/Pause button
Adjustable playback rate
Tap to playback duration to change between total duration, left duration and exact time when playback ends
Separated custom skip times for double tap and rewind buttons
Other settings
Ability to set Title and Poster for the player in control center
Startup tab selection
New available tweak update notification
Auto-update localizations
Infuse Plus preferences can be found in the Settings tab
How to build an Infuse Plus app using Github actions
Note
If this is your first time, complete following steps before starting:
Fork this repository using the fork button on the top-right
On your forked repository, go to Repository Settings > Actions, enable Read and Write permissions.
Step-by-step build process
Click on Sync fork, and if your branch is out of date, click on Update branch.
Navigate to the Actions tab in your forked repository and select Create Infuse Plus app.
Click the Run workflow button located on the right side.
Prepare a decrypted .ipa file, then upload it to a file provider (e.g., filebin.net, filemail.com, or Dropbox - these are recommended). Paste the URL of the decrypted IPA file in the provided field.
NOTE: Make sure to provide a direct download link to the file, not a link to a webpage. Otherwise, the process will fail.
Enter the tweak version from the releases (the latest release is selected by default). You can also change the Bundle ID and Display Name if desired.
Make sure all inputs are correct, then click Run workflow to start the process.
Wait for the build to finish. After that, you can download the Infuse Plus app from the releases section of your forked repository. (If you can't find the releases section, go to your forked repository and add /releases to the URL, i.e., https://github.com/YOUR_USERNAME/InfusePlus/releases)