From 8ef77827592ff28b241274d298ad8f78c5f20e00 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 26 Nov 2025 14:22:10 +0100 Subject: [PATCH] add new version 15.1.2 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 9801cba..7de5eb7 100644 --- a/Package.swift +++ b/Package.swift @@ -27,7 +27,7 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.0.2") + .exact("15.0.4") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.1.1/WebIdEIdProductPlugin.framework-v15.1.1.zip", - checksum: "07df95b333cffa8e1c62e3a84f737662c605377a540f551e95e2680cdee5db15" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.1.2/WebIdEIdProductPlugin.framework-v15.1.2.zip", + checksum: "10df67941c64def3f9f832d5a1272700ba027ed3e6dca8c8816d4250530e0e92" ), .target( name: "WebIdEIdProductPluginWrapper",