mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 21:26:05 +00:00
Update Makefile
Fixes Preferences not found error on Alderis.
This commit is contained in:
parent
452f9f59bd
commit
f02840a31b
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,6 @@
|
|||
TARGET = iphone:clang:16.5:14.0
|
||||
YTLitePlus_USE_FISHHOOK = 0
|
||||
export SDK_PATH = $(THEOS)/sdks/iPhoneOS16.5.sdk/
|
||||
export SYSROOT = $(SDK_PATH)
|
||||
ARCHS = arm64
|
||||
MODULES = jailed
|
||||
FINALPACKAGE = 1
|
||||
|
|
@ -20,6 +21,7 @@ YTLitePlus_FILES = YTLitePlus.xm $(shell find Source -name '*.xm' -o -name '*.x'
|
|||
YTLitePlus_IPA = ./tmp/Payload/YouTube.app
|
||||
YTLitePlus_CFLAGS = -fobjc-arc -Wno-deprecated-declarations -Wno-unsupported-availability-guard -Wno-unused-but-set-variable -DTWEAK_VERSION=$(PACKAGE_VERSION) $(EXTRA_CFLAGS)
|
||||
YTLitePlus_FRAMEWORKS = UIKit Security
|
||||
YTLitePlus_USE_FISHHOOK = 0
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue