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.

22 lines
560B

  1. ARCHS = arm64 arm64e
  2. include $(THEOS)/makefiles/common.mk
  3. TWEAK_NAME = tfdidthatsay
  4. tfdidthatsay_FILES = $(wildcard tweak/*.xm tweak/assets/*.m)
  5. tfdidthatsay_CFLAGS = -fobjc-arc
  6. tweak/Reddit.xm_CFLAGS = -fno-objc-arc
  7. tweak/Apollo.xm_CFLAGS = -fno-objc-arc
  8. include $(THEOS_MAKE_PATH)/tweak.mk
  9. SUBPROJECTS += prefs
  10. include $(THEOS_MAKE_PATH)/aggregate.mk
  11. after-install::
  12. install.exec "killall -9 Reddit"
  13. install.exec "killall -9 Apollo"
  14. install.exec "killall -9 narwhal"
  15. install.exec "killall -9 AlienBlue"
  16. install.exec "killall -9 Slide\ for\ Reddit"