Building - raziel6868/uYouPlus GitHub Wiki
Method 1: Github action
Requirement:
- A Github account.
- A decrypted YouTube ipa. You must upload it to a cloud storage service (Dropbox, OneDrive, Google Drive or whatever you want). After that, get the direct download link to the IPA.
Step:
- Fork this repository.
- Upload the decrypted YouTube IPA to a cloud storage that can provide direct link to the IPA. For example: DropBox, OneDrive...
- In your forked repository, go to the Actions tab > Select Build and Release uYouPlus action > Run workflow > Enter the direct link to the decrypted YouTube IPA.
- That's it! Grab a coffee ☕️ It will take a while. You will see the IPA in the Releases tab of your repository.
Method 2: theos-jailed
Requirement:
- Xcode 14+ & Xcode Command Line Tools
- theos & theos-jailed
- A patched iOS 16.5 SDK (with Private Frameworks) in
theos/sdks
: https://github.com/theos/sdks
Step:
- Clone this repo:
git clone --recursive https://github.com/raziel6868/uYouPlus.git
- Update submodules:
cd ./uYouPlus && git submodule update --remote --merge
- Make the
build.sh
script executable:chmod +x ./build.sh
- Optional: open
Makefile
and add or remove any tweaks you want. You can also edit the bundle ID / display name of the app. I highly recommend you take a look at the theos-jailed wiki. - Run the buildapp script:
./build.sh
, provide the decrypted YouTube IPA when asked.
$ git clone --recursive https://github.com/raziel6868/uYouPlus.git
$ cd ./uYouPlus && git submodule update --remote --merge
$ chmod +x ./build.sh
$ ./build.sh
✔︎ That's it! Grab a coffee ☕️ It will take a while. The IPA is stored in ./uYouPlus/packages