update
This commit is contained in:
parent
b53df21e66
commit
5b980fad6f
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -4,7 +4,7 @@ ARCHS = arm64 arm64e
|
|||
MODULES = jailed
|
||||
FINALPACKAGE = 1
|
||||
CODESIGN_IPA = 0
|
||||
PACKAGE_VERSION = X.X.X-X.X
|
||||
PACKAGE_VERSION = 19.25.4-4.0.1
|
||||
|
||||
TWEAK_NAME = YTLitePlus
|
||||
DISPLAY_NAME = YouTube
|
||||
|
|
@ -80,4 +80,4 @@ before-all:: clean-libs
|
|||
# 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
|
||||
@sed -i '' '/<key>UISupportedDevices<\/key>/,/<\/array>/d' extracted/Payload/YouTube.app/Info.plist
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit dba1aa1c810e2fd3a9aed48871529b2285eaff02
|
||||
Subproject commit a4f9ddd8fc2ff1afa6697059d494a9bf0c09c680
|
||||
Loading…
Reference in a new issue