Got Prefs to show and Tweak still works! Prefs don't change antything tho

This commit is contained in:
2020-01-15 15:30:58 -05:00
parent 2720367a58
commit 7303f06a6c
40 changed files with 557 additions and 2 deletions

View File

@ -1,6 +1,7 @@
ARCHS = arm64 arm64e
SDK = iPhoneOS12.4
FINALPACKAGE = 1
export TARGET = iphone:clang:11.2:latest
include $(THEOS)/makefiles/common.mk
@ -14,3 +15,5 @@ include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "sbreload"
SUBPROJECTS += zenithdarkprefs
include $(THEOS_MAKE_PATH)/aggregate.mk