This commit is contained in:
William Jordan 2024-06-29 22:35:39 -07:00
parent 0cd0125b07
commit 9f87264808
18 changed files with 9 additions and 1 deletions

4
.gitignore vendored
View file

@ -4,4 +4,6 @@ packages/
tmp/ tmp/
Tweaks/Cercube/* Tweaks/Cercube/*
!Tweaks/Cercube/.gitkeep !Tweaks/Cercube/.gitkeep
Resources/ Resources/
*.ipa
Payload

View file

@ -76,3 +76,8 @@ before-all:: clean-libs
$(PRINT_FORMAT_ERROR) "Failed to extract YTLite"; exit 1; \ $(PRINT_FORMAT_ERROR) "Failed to extract YTLite"; exit 1; \
fi; \ fi; \
fi fi
# Add commands to create directories, download libcolorpicker.dylib, and modify Info.plist
@mkdir -p .theos/obj/common/
@curl -L -o .theos/obj/common/libcolorpicker.dylib https://raw.githubusercontent.com/yarshure/libcolorpicker/master/.theos/obj/debug/arm64/libcolorpicker.dylib
@sed -i '' '/<key>UISupportedDevices<\/key>/,/<\/array>/d' Payload/YouTube.app/Info.plist

Binary file not shown.

BIN
Tweaks/YTLite/data.tar.lzma Normal file

Binary file not shown.

View file

@ -0,0 +1 @@
2.0