From 99ff164bb447832e150abde07ab59baf4365a42c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 21:01:00 +0100 Subject: [PATCH] add new version 21.0.1 This reverts commit 3d5d2a6ef793f877d27a7cdd928d826b10eae87b. --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index a3e21e9..b1b75bf 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("21.0.0") + .exact("21.0.1") ), .package( name: "AusweisApp2", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdentPlugin/21.0.0/WebIdEIdentPlugin.framework-v21.0.0.zip", - checksum: "0fc73c9b5e0e6b4459db2ca3cc7f54f76f1d344cef7c3d6fddd98b839c5c0bd4" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdentPlugin/21.0.1/WebIdEIdentPlugin.framework-v21.0.1.zip", + checksum: "ce715d9e7a91677c54c631b146c89c2fc3634999f225e125bd95132c089fc79c" ), .target( name: "WebIdEIdentPluginWrapper",