Ignore availability warnings

This commit is contained in:
lint
2020-11-05 20:29:46 -05:00
parent dd6539cc3c
commit 4bc55345a8

View File

@ -8,7 +8,7 @@ TFDidThatSayPrefs_FILES = TFDTSRootListController.m
TFDidThatSayPrefs_INSTALL_PATH = /Library/PreferenceBundles
TFDidThatSayPrefs_FRAMEWORKS = UIKit
TFDidThatSayPrefs_PRIVATE_FRAMEWORKS = Preferences
TFDidThatSayPrefs_CFLAGS = -fobjc-arc
TFDidThatSayPrefs_CFLAGS = -fobjc-arc -Wno-unguarded-availability-new
include $(THEOS_MAKE_PATH)/bundle.mk