Added Preferences

This commit is contained in:
2022-05-09 07:11:28 -07:00
parent 7a43aeb55a
commit ce31f4adaf
12 changed files with 202 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ export ARCHS = armv7 arm64 arm64e
export SYSROOT = $(THEOS)/sdks/iPhoneOS14.5.sdk
INSTALL_TARGET_PROCESSES = SpringBoard
SUBPROJECTS += Tweak
SUBPROJECTS += Tweak Preferences
include $(THEOS)/makefiles/common.mk
include $(THEOS_MAKE_PATH)/aggregate.mk