You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"