mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-13 18:40:39 +00:00
Create Makefile
This commit is contained in:
parent
892b7e2856
commit
85c4488042
1 changed files with 22 additions and 0 deletions
22
Makefile
Normal file
22
Makefile
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
uYouPlus_INJECT_DYLIBS = Tweaks/uYou.dylib Tweaks/libcolorpicker.dylib Tweaks/iSponsorBlock.dylib Tweaks/YTUHD.dylib Tweaks/YouPiP.dylib
|
||||||
|
|
||||||
|
|
||||||
|
ARCHS = arm64
|
||||||
|
MODULES = jailed
|
||||||
|
FINALPACKAGE = 1
|
||||||
|
CODESIGN_IPA = 0
|
||||||
|
|
||||||
|
|
||||||
|
TWEAK_NAME = uYouPlus
|
||||||
|
DISPLAY_NAME = YouTube
|
||||||
|
BUNDLE_ID = com.google.ios.youtube
|
||||||
|
|
||||||
|
|
||||||
|
uYouPlus_FILES = uYouPlus.x
|
||||||
|
uYouPlus_FRAMEWORKS = Alderis
|
||||||
|
uYouPlus_IPA = /path/to/your/decrypted/YouTube/IPA
|
||||||
|
### Important: edit the path to your decrypted YouTube IPA!!!
|
||||||
|
|
||||||
|
|
||||||
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||||
Loading…
Reference in a new issue