tweak to change the "custom no older notifications" text introduced in iOS 11 https://yaypixxo.com/depictions?p=com.yaypixxo.cnon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
327B

  1. ARCHS = arm64
  2. TARGET = iphone:clang:11.2:11.2
  3. include $(THEOS)/makefiles/common.mk
  4. TWEAK_NAME = CustomNoOlderNotifications
  5. CustomNoOlderNotifications_FILES = Tweak.xm
  6. include $(THEOS_MAKE_PATH)/tweak.mk
  7. after-install::
  8. install.exec "killall -9 SpringBoard"
  9. SUBPROJECTS += cnonprefs
  10. include $(THEOS_MAKE_PATH)/aggregate.mk