This commit is contained in:
Max Goedjen
2026-09-07 14:59:33 -07:00
9 changed files with 108 additions and 122 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// swift-tools-version:6.2
// swift-tools-version:6.4
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
@@ -111,7 +111,7 @@ let package = Package(
),
.target(
name: "SharedXPCServices",
dependencies: ["CertificateKit", "SSHProtocolKit"],
dependencies: ["XPCWrappers", "CertificateKit", "SSHProtocolKit"],
resources: [localization],
swiftSettings: swiftSettings,
),