From a6835a4c31c04379888c7b740d8a7e526430259e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 00:01:30 +0200 Subject: [PATCH] add new version 12.4.2 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index c72420b..fb3dcee 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.5.1") + .exact("13.5.2") ), .package( name: "WebIdSdkUiKitComponents", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.4.1/WebIdDigitalSigningPlugin.framework-v12.4.1.zip", - checksum: "aa26da23ca3e48a7e2dab58cca77f3d7dde34603aa3fb2425f0322a22bd9ebb5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.4.2/WebIdDigitalSigningPlugin.framework-v12.4.2.zip", + checksum: "12e2f572b61e84387341ddc8033567aa22e3bd42a56e5b355daeb5087d9c3c01" ), .target( name: "WebIdDigitalSigningPluginWrapper",