mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
clean up folder
This commit is contained in:
parent
c0677cd42a
commit
68a9d3086d
6 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
uYouPlus_INJECT_DYLIBS = uYou.dylib libcolorpicker.dylib iSponsorBlock.dylib YTUHD.dylib YouPiP.dylib
|
||||
uYouPlus_INJECT_DYLIBS = Tweaks/uYou.dylib Tweaks/libcolorpicker.dylib Tweaks/iSponsorBlock.dylib Tweaks/YTUHD.dylib Tweaks/YouPiP.dylib
|
||||
|
||||
|
||||
ARCHS = arm64
|
||||
|
|
@ -14,8 +14,8 @@ BUNDLE_ID = com.google.ios.youtube
|
|||
|
||||
uYouPlus_FILES = uYouPlus.x
|
||||
uYouPlus_FRAMEWORKS = Alderis
|
||||
uYouPlus_IPA = /System/Volumes/Data/Volumes/Data_Macintosh/Sideloads/IPAs/YouTube_16.38.2.ipa
|
||||
### Important: edit the path to the decrypted YouTube IPA
|
||||
uYouPlus_IPA = /path/to/your/decrypted/YouTube/IPA
|
||||
### Important: edit the path to your decrypted YouTube IPA!!!
|
||||
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue