Temporarily disable AddFeedIntentHandler — it’s causing a build failure.

This commit is contained in:
Brent Simmons
2024-02-25 23:14:37 -08:00
parent d173b04d0c
commit f4fae47fda
2 changed files with 122 additions and 122 deletions

View File

@@ -12,8 +12,8 @@ class IntentHandler: INExtension {
override func handler(for intent: INIntent) -> Any {
switch intent {
case is AddFeedIntent:
return AddFeedIntentHandler()
// case is AddFeedIntent:
// return AddFeedIntentHandler()
default:
fatalError("Unhandled intent type: \(intent)")
}