This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Resources/Frameworks/Alderis.framework Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
uYouPlus_USE_FLEX = 0
4
4
ARCHS = arm64
@@ -16,9 +16,11 @@ uYouPlus_IPA = /path/to/your/decrypted/YouTube.ipa
16
16
17
17
include $(THEOS ) /makefiles/common.mk
18
18
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
20
20
include $(THEOS_MAKE_PATH ) /aggregate.mk
21
21
22
22
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
+
You can’t perform that action at this time.
0 commit comments