tweak to change the "custom no older notifications" text introduced in iOS 11
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.

Makefile 334B

il y a 4 ans
1234567891011121314
  1. ARCHS = arm64 arm64e
  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