Commit b7505d4a authored by Felix Paul Kühne's avatar Felix Paul Kühne

iOS Dialog Provider: re-write based on UIAlertViewController for tvOS

Once we drop iOS 7, we can also remove the legacy implementation based on UIAlertView
parent fe32c1c6
......@@ -51,3 +51,6 @@ libios_dialog_provider_plugin_la_LDFLAGS = $(AM_LDFLAGS) -Wl,-framework,UIKit
if HAVE_IOS
gui_LTLIBRARIES += libios_dialog_provider_plugin.la
endif
if HAVE_TVOS
gui_LTLIBRARIES += libios_dialog_provider_plugin.la
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment