This commit is contained in:
2020-01-03 01:34:14 +01:00
commit 9be81e2e71
12 changed files with 258 additions and 0 deletions

16
cnonprefs/Makefile Normal file
View File

@ -0,0 +1,16 @@
ARCHS = arm64
TARGET = iphone:11.2:11.2
include $(THEOS)/makefiles/common.mk
BUNDLE_NAME = cnonprefs
cnonprefs_FILES = CNONRootListController.m
cnonprefs_INSTALL_PATH = /Library/PreferenceBundles
cnonprefs_FRAMEWORKS = UIKit
cnonprefs_PRIVATE_FRAMEWORKS = Preferences
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/cnonprefs.plist$(ECHO_END)