From 6a338b5a0540b8b82ab95ca6e639f498be4962f2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 Jan 2026 13:51:16 +0100 Subject: [PATCH] add new version 20.4.3-SNAPSHOT-650 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index cbfc114..64a2be4 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("21.0.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/20.4.3/WebIdEIdentPlugin.framework-v20.4.3-SNAPSHOT-646.zip", - checksum: "bb20958efb3fe95e3f49857948c5c314c2994537794bff67eea8bed5c05d1e4c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.4.3/WebIdEIdentPlugin.framework-v20.4.3-SNAPSHOT-650.zip", + checksum: "da5d0b6500d8936a5dc7f066296b1b728b36e3476f7ec9165b9f8a887e5eba40" ), .target( name: "WebIdEIdentPluginWrapper",