mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[cleanup]: renamed identifiers from io.altstore.xxxx to io.sidestore.xxxx
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
#import "CFNotificationName+AltStore.h"
|
||||
|
||||
CFNotificationName const ALTWiredServerConnectionAvailableRequest = CFSTR("io.altstore.Request.WiredServerConnectionAvailable");
|
||||
CFNotificationName const ALTWiredServerConnectionAvailableResponse = CFSTR("io.altstore.Response.WiredServerConnectionAvailable");
|
||||
CFNotificationName const ALTWiredServerConnectionStartRequest = CFSTR("io.altstore.Request.WiredServerConnectionStart");
|
||||
CFNotificationName const ALTWiredServerConnectionAvailableRequest = CFSTR("io.sidestore.Request.WiredServerConnectionAvailable");
|
||||
CFNotificationName const ALTWiredServerConnectionAvailableResponse = CFSTR("io.sidestore.Response.WiredServerConnectionAvailable");
|
||||
CFNotificationName const ALTWiredServerConnectionStartRequest = CFSTR("io.sidestore.Request.WiredServerConnectionStart");
|
||||
|
||||
@@ -16,8 +16,8 @@ import Foundation
|
||||
|
||||
extension XPCConnection
|
||||
{
|
||||
public static let unc0verMachServiceName = "cy:io.altstore.altdaemon"
|
||||
public static let odysseyMachServiceName = "lh:io.altstore.altdaemon"
|
||||
public static let unc0verMachServiceName = "cy:io.sidestore.altdaemon"
|
||||
public static let odysseyMachServiceName = "lh:io.sidestore.altdaemon"
|
||||
|
||||
public static let machServiceNames = [unc0verMachServiceName, odysseyMachServiceName]
|
||||
}
|
||||
@@ -26,7 +26,7 @@ public class XPCConnection: NSObject, Connection
|
||||
{
|
||||
public let xpcConnection: NSXPCConnection
|
||||
|
||||
private let queue = DispatchQueue(label: "io.altstore.XPCConnection")
|
||||
private let queue = DispatchQueue(label: "io.sidestore.XPCConnection")
|
||||
private let dispatchGroup = DispatchGroup()
|
||||
private var semaphore: DispatchSemaphore?
|
||||
private var buffer = Data(capacity: 1024)
|
||||
|
||||
Reference in New Issue
Block a user