tweak to change the "custom no older notifications" text introduced in iOS 11 https://yaypixxo.com/depictions?p=com.yaypixxo.cnon
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

15 lines
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