tigerclaw989 / Bootstrap

A full featured bootstrap for ios14.0~17.0 (A8~A17,M1+M2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap

GitHub stars

A full featured bootstrap for ios14.0-17.0, A8-A17,M1+M2. (currently tested on ios15.0~ios17.0)j

Building

You'll need MacOS to build, as you require Xcode Command Line Tools. If you don't have Xcode installed, you can install the Command Line Tools by itself by running xcode-select --install.

  1. Update your theos to the this

    bash -c "$(curl -fsSL https://raw.githubusercontent.com/roothide/theos/master/bin/install-theos)"

    This build of Theos is consistently updated.

  2. Build Bootstrap.tipa

    make package

  3. Transfer Bootstrap.tipa from ./packages/ to your device and install it with TrollStore!

Usage

Once you open the Bootstrap app, press Bootstrap. This will install the necessary apps and files.

You can add various sources to Sileo or Zebra, and install tweaks. You may need to convert tweaks to be Bootstrap compatible.

By default, tweaks are not injected into any apps. To enable tweak injection, click AppEnabler in the Bootstrap app, and toggle on an app you want to enable your tweaks in. You cannot inject into SpringBoard (com.apple.springboard) or Photos (com.apple.mobileslideshow) at the moment.

Develop tweaks

Document

Bootstrap can enable tweaks for almost all apps, but it does not yet support springboard tweaks, such as the homescreen, lockscreen, control center, statusbar tweaks.

When installing a tweak, you might see a message saying 'Not Updated'. This tweak will need to be updated to support Bootstrap.

Install the Patcher in the sileo. When attempting to install a tweak, press 'Convert'. In the share sheet, press the Patcher app. When you convert a tweak to be Bootstrap compatible, you're given the option to directly convert simple tweaks or use rootless compat layer. If a tweak doesn't work with directly converting, try the rootless compat layer! You will need to install rootless-compat as a dependancy.

You can join the our Discord here.

Credits

Huge thanks to these people, we couldn't have completed this project without their help!

About

A full featured bootstrap for ios14.0~17.0 (A8~A17,M1+M2)

License:MIT License


Languages

Language:Objective-C 91.2%Language:C 7.0%Language:Makefile 1.0%Language:Rich Text Format 0.5%Language:Shell 0.4%