v1.0.1 #1

Merged
daniel-loverde merged 4 commits from main into feature/LCECryptoKit 2025-08-25 19:54:38 +00:00
Showing only changes of commit 0eb4f355df - Show all commits

View File

@@ -28,6 +28,6 @@ let package = Package(
targets: [ targets: [
.target( .target(
name: "LCEssentials", name: "LCEssentials",
dependencies: ["LCECryptoKitBinary"]), dependencies: [.product(name: "LCECryptoKit", package: "lcecryptokitbinary")]),
] ]
) )