: @unchecked Sendable {
block()
}
}
+
+public func makeNSError(suffix: String, code: Int = -1, desc: String) -> NSError {
+ NSError(
+ domain: "\(Bundle.main.bundleIdentifier!).\(suffix)",
+ code: code,
+ userInfo: [NSLocalizedDescriptionKey: desc]
+ )
+}
diff --git a/Coder Desktop/VPNLib/XPC.swift b/Coder Desktop/VPNLib/XPC.swift
index eda8ab01..dc79651e 100644
--- a/Coder Desktop/VPNLib/XPC.swift
+++ b/Coder Desktop/VPNLib/XPC.swift
@@ -10,4 +10,5 @@ import Foundation
@objc public protocol VPNXPCClientCallbackProtocol {
// data is a serialized `Vpn_PeerUpdate`
func onPeerUpdate(_ data: Data)
+ func removeQuarantine(path: String, reply: @escaping (Bool) -> Void)
}
diff --git a/Coder Desktop/project.yml b/Coder Desktop/project.yml
index 255bc538..54ce06af 100644
--- a/Coder Desktop/project.yml
+++ b/Coder Desktop/project.yml
@@ -116,9 +116,6 @@ targets:
com.apple.developer.networking.networkextension:
- packet-tunnel-provider
com.apple.developer.system-extension.install: true
- com.apple.security.app-sandbox: true
- com.apple.security.files.user-selected.read-only: true
- com.apple.security.network.client: true
com.apple.security.application-groups:
- $(TeamIdentifierPrefix)com.coder.Coder-Desktop
settings:
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy