Revert "Remove prefs for now"

This reverts commit 70de116d2f.
This commit is contained in:
iKilledAppl3
2020-01-18 23:26:48 -05:00
parent 70de116d2f
commit 533175cd5d
51 changed files with 167 additions and 290 deletions

View File

@ -1,6 +1,7 @@
ARCHS = arm64 arm64e
SDK = iPhoneOS13.0
FINALPACKAGE = 1
export TARGET = iphone:clang:13.0:latest
include $(THEOS)/makefiles/common.mk
@ -13,4 +14,6 @@ ZenithDark_FRAMEWORKS = UIKit CoreGraphics
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "sbreload"
install.exec "sbreload"
SUBPROJECTS += zenithdarkprefs
include $(THEOS_MAKE_PATH)/aggregate.mk