tweak to change the "custom no older notifications" text introduced in iOS 11 https://yaypixxo.com/depictions?p=com.yaypixxo.cnon
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

16 Zeilen
366B

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