From 6fb262d6a6583b33897415b5a3c0056b089f891c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 30 Oct 2025 11:24:12 +0100 Subject: [PATCH] add new version 20.3.1-SNAPSHOT-450 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index ac367bb..873de99 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") + .branch("experimental") ), .package( name: "XS2AiOS", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/20.3.1/WebIdIosBankIdentPlugin.framework-v20.3.1-SNAPSHOT-449.zip", - checksum: "6bde7b70574e0f5c4c0662e6ab9fc2349a2e714b152cb3b643a899cbaac2ffb3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/20.3.1/WebIdIosBankIdentPlugin.framework-v20.3.1-SNAPSHOT-450.zip", + checksum: "d392ff0ec70679765793da0e687fb5021888fc5431bbb5f07c0be824bc0d2432" ), .target( name: "WebIdIosBankIdentPluginWrapper",