update
This commit is contained in:
parent
0cd0125b07
commit
9f87264808
18 changed files with 9 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -4,4 +4,6 @@ packages/
|
||||||
tmp/
|
tmp/
|
||||||
Tweaks/Cercube/*
|
Tweaks/Cercube/*
|
||||||
!Tweaks/Cercube/.gitkeep
|
!Tweaks/Cercube/.gitkeep
|
||||||
Resources/
|
Resources/
|
||||||
|
*.ipa
|
||||||
|
Payload
|
||||||
|
|
|
||||||
5
Makefile
5
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
BIN
Tweaks/YTLite/com.dvntm.ytlite_4.0.1_iphoneos-arm64.deb
Normal file
BIN
Tweaks/YTLite/com.dvntm.ytlite_4.0.1_iphoneos-arm64.deb
Normal file
Binary file not shown.
BIN
Tweaks/YTLite/control.tar.gz
Normal file
BIN
Tweaks/YTLite/control.tar.gz
Normal file
Binary file not shown.
BIN
Tweaks/YTLite/data.tar.lzma
Normal file
BIN
Tweaks/YTLite/data.tar.lzma
Normal file
Binary file not shown.
1
Tweaks/YTLite/debian-binary
Normal file
1
Tweaks/YTLite/debian-binary
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2.0
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Tweaks/YTLite/var/jb/Library/MobileSubstrate/DynamicLibraries/YTLite.dylib
Executable file
BIN
Tweaks/YTLite/var/jb/Library/MobileSubstrate/DynamicLibraries/YTLite.dylib
Executable file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue