tweak to change the "custom no older notifications" text introduced in iOS 11 https://yaypixxo.com/depictions?p=com.yaypixxo.cnon
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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