1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-05 00:46:45 +00:00

Ignore availibility warnings

This commit is contained in:
lint
2020-08-23 14:32:02 -04:00
parent e7135f2935
commit baa6f589f8

2
Makefile Normal file → Executable file
View File

@ -5,7 +5,7 @@ include $(THEOS)/makefiles/common.mk
TWEAK_NAME = tfdidthatsay
tfdidthatsay_FILES = $(wildcard tweak/*.xm tweak/assets/*.m tweak/assets/MMMarkdown/*.m)
tfdidthatsay_CFLAGS = -fobjc-arc
tfdidthatsay_CFLAGS = -fobjc-arc -Wno-unguarded-availability-new
tweak/Reddit.xm_CFLAGS = -fno-objc-arc
tweak/Apollo.xm_CFLAGS = -fno-objc-arc