tweak to change the "custom no older notifications" text introduced in iOS 11 https://yaypixxo.com/depictions?p=com.yaypixxo.cnon
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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