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

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
ARCHS = arm64
TARGET = iphone:clang:11.2:11.2
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = CustomNoOlderNotifications
CustomNoOlderNotifications_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"
SUBPROJECTS += cnonprefs
include $(THEOS_MAKE_PATH)/aggregate.mk