1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-06 09:06:47 +00:00

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_INSTALL_PATH = /Library/PreferenceBundles
TFDidThatSayPrefs_FRAMEWORKS = UIKit TFDidThatSayPrefs_FRAMEWORKS = UIKit
TFDidThatSayPrefs_PRIVATE_FRAMEWORKS = Preferences TFDidThatSayPrefs_PRIVATE_FRAMEWORKS = Preferences
TFDidThatSayPrefs_CFLAGS = -fobjc-arc TFDidThatSayPrefs_CFLAGS = -fobjc-arc -Wno-unguarded-availability-new
include $(THEOS_MAKE_PATH)/bundle.mk include $(THEOS_MAKE_PATH)/bundle.mk