Skip to content

dayanch96/InfusePlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfusePlus

Screenshots

ss1 ss2 ss3
ss4 ss5 ss6

Enhancer for Infuse iOS app.

Features

Premium settings
  • Pro features
  • Background playback
Player settings
  • Play/Pause playback using double tap
  • Playback speed settings in context menu
  • Volume boost settings in context menu
  • 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 a Infuse Plus app using Github actions

Note

If this your first time, complete following steps before starting:

  1. Fork this repository using the fork button on the top right
  2. On your forked repository, go to Repository Settings > Actions, enable Read and Write permissions.
How to build the Infuse Plus app
  1. Click on Sync fork, and if your branch is out-of-date, click on Update branch.
  2. Navigate to the Actions tab in your forked repository and select Build Infuse Plus app.
  3. Click the Run workflow button located on the right side.
  4. Prepare a decrypted .ipa file (we cannot provide this due to legal reasons), then upload it to a file provider (e.g., filebin.net, filemail.com, or Dropbox is recommended). Paste the URL of the decrypted IPA file in the provided field.
  5. NOTE: Make sure to provide a direct download link to the file, not a link to a webpage. Otherwise, the process will fail.
  6. Enter the tweak version from the releases (the latest release is selected by default). You can also change the BundleID and Display Name if desired.
  7. Make sure all inputs are correct, then click Run workflow to start the process.
  8. Wait for the build to finish. You can download the Infuse Plus app from the releases section of your forked repo. (If you can't find the releases section, go to your forked repo and add /releases to the URL, i.e., github.com/user/InfusePlus/releases.)