forked from MiRO92/uYou-for-YouTube
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Building
Nguyễn Đạt edited this page Jun 5, 2022
·
39 revisions
- Xcode 13+ & Xcode Command Line Tools
- theos & theos-jailed
- iOS 15 SDK in
theos/sdks
- Clone this repo:
git clone --recursive https://github.com/qnblackcat/uYouPlus.git
- Update submodules:
cd ./uYouPlus && git submodule update --remote --merge
- Make the
buildapp.sh
script executable:chmod +x ./buildapp.sh
- Optional: add or remove any tweaks you want. I highly recommend you take a look at the theos-jailed wiki.
- 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
✔︎ That's it! Grab a coffee ☕️ The process might take several minutes. The IPA is stored in ./uYouPlus/packages
Not recommended: some features of uYouPlus will be missing if you use Azule_
- Setup Azule on your machine (macOS/Linux/iOS).
- Download all the tweaks you want to inject.
- iOS Repo Updates is a trust-able source. cydownload and Windows Repo Tool are good alternatives.
- The sideload version of iSponsorBlock. You can get it from my fork (thanks @Luewii for his code!)
- Don't forget to prepare the decrypted YouTube IPA. (encrypted IPA will NOT work)
- Run
azule -h
in any Terminal window and follow the instruction.