Skip to content

Building

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

Method 1: theos-jailed

Requirement:

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

Step:

  1. Clone this repo: git clone --recursive https://github.com/qnblackcat/uYouPlus.git
  2. Update submodules: cd ./uYouPlus && git submodule update --remote --merge
  3. Make the buildapp.sh script executable: chmod +x ./buildapp.sh
  4. Optional: add or remove any tweaks you want. I highly recommend you take a look at the theos-jailed wiki.
  5. Run the buildapp script: ./buildapp.sh, and drag & drop the decrypted YouTube IPA into the terminal window when it asks you:
git clone --recursive https://github.com/qnblackcat/uYouPlus.git
cd ./uYouPlus && git submodule update --remote --merge
chmod +x ./buildapp.sh
./buildapp.sh

Screen Shot 2

✔︎ That's it! Grab a coffee ☕️ The process might take several minutes. The IPA is stored in ./uYouPlus/packages


Method 2: Azule

Notes: some features of uYouPlus will be missing if you use 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.