Fix XPC validation

This commit is contained in:
世界
2026-01-05 15:42:56 +08:00
parent af9cfd0f59
commit 8a62a58ce7
12 changed files with 278 additions and 145 deletions
@@ -12,6 +12,7 @@ class StandaloneApplicationDelegate: ApplicationDelegate {
UserServiceEndpointPublisher.shared.start()
Task {
await setupSystemExtension()
await HelperServiceManager.updateRootHelperIfNeeded()
}
}