Replace local code with updated Roxas and SideKit

Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
Joseph Mattello
2023-02-25 01:37:52 -05:00
committed by Joe Mattiello
parent 4e84dc4cc8
commit f270ecc537
14 changed files with 124 additions and 1200 deletions

View File

@@ -7,6 +7,7 @@
//
import Foundation
import SideKit
@objc private protocol XPCConnectionProxy
{
@@ -44,7 +45,7 @@ public class XPCConnection: NSObject, Connection
super.init()
xpcConnection.interruptionHandler = {
self.error = ALTServerError(.lostConnection)
self.error = ALTServerError.lostConnection(underlyingError: nil)
}
xpcConnection.exportedObject = self