[cleanup]: renamed identifiers from io.altstore.xxxx to io.sidestore.xxxx

This commit is contained in:
Magesh K
2024-12-13 14:15:55 +05:30
parent 7ac485def0
commit 46ccbe5aad
11 changed files with 24 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ import AltStoreCore
@available(iOS 14, *)
final class IntentHandler: NSObject, RefreshAllIntentHandling
{
private let queue = DispatchQueue(label: "io.altstore.IntentHandler")
private let queue = DispatchQueue(label: "io.sidestore.IntentHandler")
private var completionHandlers = [RefreshAllIntent: (RefreshAllIntentResponse) -> Void]()
private var queuedResponses = [RefreshAllIntent: RefreshAllIntentResponse]()