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

17
zenithdarkprefs/Makefile Normal file
View File

@ -0,0 +1,17 @@
include $(THEOS)/makefiles/common.mk
ARCHS = arm64 arm64e
export TARGET = iphone:clang:11.2:latest
BUNDLE_NAME = ZenithDarkPrefs
ZenithDarkPrefs_FILES = ZnthDrkRootListController.m
ZenithDarkPrefs_INSTALL_PATH = /Library/PreferenceBundles
ZenithDarkPrefs_FRAMEWORKS = UIKit
ZenithDarkPrefs_PRIVATE_FRAMEWORKS = Preferences
ZenithDarkPrefs_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/bundle.mk
internal-stage::
$(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)
$(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/ZenithDarkPrefs.plist$(ECHO_END)