Skip to content

Building

Nguyễn Đạt edited this page Mar 12, 2022 · 39 revisions

Method 1: theos-jailed

Requirement:

  • Xcode 13+ & Xcode Command Line Tools
  • theos & theos-jailed
  • iOS 15 SDKs in theos/sdks

Step:

  1. Clone this repo:
git clone --recursive https://github.com/qnblackcat/uYouPlus.git
  1. Update submodules:
cd uYouPlus && git submodule update --init --recursive
  1. Important: Open Makefile and edit the path to your decrypted YouTube IPA.

  2. Optional: Customize the app the way you want. I highly recommend you take a look at the theos-jailed wiki.

  3. In the project root folder, run:

make clean package
  1. Grab a coffee ☕️ The process might take several minutes. The IPA is stored in ./uYouPlus/packages Screen Shot 2022-02-15 at 15 37 58

Method 2: azule

  1. Setup Azule on your machine (macOS/Linux/iOS).
  2. Download all the tweaks you want to inject.
  1. Don't forget to prepare the decrypted YouTube IPA. (encrypted IPA will NOT work)
  2. Run azule -h in any Terminal window and follow the instruction.