Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit aeb941a

Browse files
committed
Merge branch 'main' of https://github.com/qnblackcat/uYouPlus into main
2 parents ce26a83 + ef2834a commit aeb941a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
uYouPlus_INJECT_DYLIBS = Tweaks/uYou.dylib Tweaks/libcolorpicker.dylib .theos/obj/iSponsorBlock.dylib .theos/obj/YTUHD.dylib .theos/obj/YouPiP.dylib .theos/obj/YouTubeDislikesReturn.dylib
1+
uYouPlus_INJECT_DYLIBS = Tweaks/uYou.dylib .theos/obj/libcolorpicker.dylib .theos/obj/iSponsorBlock.dylib .theos/obj/YTUHD.dylib .theos/obj/YouPiP.dylib .theos/obj/YouTubeDislikesReturn.dylib
22

33
uYouPlus_USE_FLEX = 0
44
ARCHS = arm64
@@ -16,9 +16,11 @@ uYouPlus_IPA = /path/to/your/decrypted/YouTube.ipa
1616

1717
include $(THEOS)/makefiles/common.mk
1818
include $(THEOS_MAKE_PATH)/tweak.mk
19-
SUBPROJECTS += Tweaks/iSponsorBlock Tweaks/YTUHD Tweaks/YouPiP Tweaks/Return-YouTube-Dislikes
19+
SUBPROJECTS += Tweaks/iSponsorBlock Tweaks/Alderis Tweaks/YTUHD Tweaks/YouPiP Tweaks/Return-YouTube-Dislikes
2020
include $(THEOS_MAKE_PATH)/aggregate.mk
2121

2222
all::
23-
@install_name_tool -change /usr/lib/libcolorpicker.dylib @rpath/libcolorpicker.dylib .theos/obj/iSponsorBlock.dylib && echo "==> Fixed executable path for iSponsorBlock!"
24-
@cp -R .theos/obj/*.bundle Resources && echo "==> Moved tweaks's bundle to Resources!"
23+
rm -rf Resources/Frameworks && mkdir -p Resources/Frameworks/Alderis.framework && find .theos/obj/install/Library/Frameworks/Alderis.framework -maxdepth 1 -type f -exec cp {} Resources/Frameworks/Alderis.framework/ \;
24+
install_name_tool -change /usr/lib/libcolorpicker.dylib @rpath/libcolorpicker.dylib .theos/obj/iSponsorBlock.dylib
25+
install_name_tool -change /Library/Frameworks/Alderis.framework/Alderis @rpath/Alderis.framework/Alderis .theos/obj/libcolorpicker.dylib
26+
-2.21 MB
Binary file not shown.
-53.2 KB
Binary file not shown.
-746 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)