From c0d624ae72c6633ded4aa4863303614a9b670e3d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 24 Sep 2025 15:56:27 +0200 Subject: [PATCH] add new version 15.0.1-SNAPSHOT-372 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index e4cc517..03ea3b8 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/15.0.1/WebIdIosBankIdentPlugin.framework-v15.0.1-SNAPSHOT-369.zip", - checksum: "5e26de018bd2053532e9c57c2cff95fd8bf731e629d24f3091f6d4d7cc64e01b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/15.0.1/WebIdIosBankIdentPlugin.framework-v15.0.1-SNAPSHOT-372.zip", + checksum: "bae5e3099727c9b3d529ebfc0260f9b9ce090d37fb96841a4123ed2062cfcc2c" ), .target( name: "WebIdIosBankIdentPluginWrapper",