1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-03 08:16:47 +00:00

Add files

This commit is contained in:
lint
2019-09-26 00:33:55 -04:00
parent 989a13aed3
commit 1ce3903ffc
7 changed files with 445 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = tfdidthatsay
tfdidthatsay_FILES = Tweak.xm
#tfdidthatsay_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 Reddit"