From 3cc1fbc22a56b31e58d3d5649bc9b996b6a29622 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Oct 2025 17:21:11 +0200 Subject: [PATCH] add new version 20.2.2-SNAPSHOT-601 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 081b9db..a9bc133 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("20.3.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.2.2/WebIdEIdentPlugin.framework-v20.2.2-SNAPSHOT-598.zip", - checksum: "ca2cb3be9cf8d9d517092b4b4a048df421e9d94eb4fbf50997a471c9aa238081" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.2.2/WebIdEIdentPlugin.framework-v20.2.2-SNAPSHOT-601.zip", + checksum: "6a9638081c6cb41d6d853e455f01c633ed0bffbc5b06a5153fc976b14b3c6d51" ), .target( name: "WebIdEIdentPluginWrapper",