[AltWidget] Allows choosing featured app

This commit is contained in:
Riley Testut
2020-09-15 15:19:12 -07:00
parent 5abf7a5a11
commit 8045a23531
5 changed files with 53 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ import Foundation
import AltStoreCore
@available(iOS 14, *)
class IntentHandler: NSObject, RefreshAllIntentHandling
{
private let queue = DispatchQueue(label: "io.altstore.IntentHandler")
@@ -75,6 +76,7 @@ class IntentHandler: NSObject, RefreshAllIntentHandling
}
}
@available(iOS 14, *)
private extension IntentHandler
{
func finish(_ intent: RefreshAllIntent, response: RefreshAllIntentResponse)