From 206125ec402c5afbc5b6a36939327bf7b8a25a28 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 23:33:44 +0200 Subject: [PATCH] add new version 5.5.2 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 012511e..4688212 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/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.3.2") + .exact("12.3.3") ), .package( name: "AusweisApp2", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdentPlugin/5.5.1/WebIdEIdentPlugin.framework-v5.5.1.zip", - checksum: "270a369218fe84ba025897437f17830b0dbb744b3c1f6dd291013fac4324b910" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdentPlugin/5.5.2/WebIdEIdentPlugin.framework-v5.5.2.zip", + checksum: "601751a1ba921eb1f91a07bff2288ed37f78d5fd19a5e155dc70926e5ef0c2fd" ), .target( name: "WebIdEIdentPluginWrapper",