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

Add request timeout, switch to Cephei prefs

This commit is contained in:
lint
2019-11-10 18:00:26 -05:00
parent f8dafd9467
commit bb602d1121
6 changed files with 105 additions and 59 deletions

View File

@ -5,6 +5,8 @@ include $(THEOS)/makefiles/common.mk
TWEAK_NAME = tfdidthatsay
tfdidthatsay_FILES = $(wildcard tweak/*.xm)
tweak/Narwhal.xm_CFLAGS = -fobjc-arc
tfdidthatsay_EXTRA_FRAMEWORKS += Cephei
include $(THEOS_MAKE_PATH)/tweak.mk