From 8b0cac3908326205c3d7bd7db64e9d90a4be56c1 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:27:52 +0200 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 453bbe5..a9a4b92 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( - name: "ThresholdKey", + name: "tkey-mpc-swift", targets: ["tkey-mpc-swift"]), ], dependencies: [