From a598c197f619825945d5b3f8798b712053bb36b4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 5 Jun 2026 15:40:45 +0200 Subject: [PATCH] add new version 22.0.1-SNAPSHOT-720 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index daf9838..b196217 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", - .branch("snapshots") + .exact("22.1.0") ), .package( name: "AusweisApp2", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/22.0.1/WebIdEIdentPlugin.framework-v22.0.1-SNAPSHOT-718.zip", - checksum: "14b6014cb2e34a6abca20db8328bfec074726a440bbead081d412e460ec30208" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/22.0.1/WebIdEIdentPlugin.framework-v22.0.1-SNAPSHOT-720.zip", + checksum: "f6478870a46dc5e36e32708292461303617448a64ca99021139257e51ad4a91e" ), .target( name: "WebIdEIdentPluginWrapper",