From 410fd6d0c969c26116db722d97ecef26621cc722 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 10 Feb 2026 16:41:19 +0100 Subject: [PATCH] add new version 15.3.1-SNAPSHOT-1355 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index a5f2524..5b8b0e0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.1") + .branch("legacy-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.1") + .branch("legacy-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.2.1/WebIdAutoIdentOnServerProductPlugin.framework-v15.2.1-SNAPSHOT-1353.zip", - checksum: "f7fdd78034a77eedb26520fc01eb3f793b295669c49976b6d6c50f7ffd450f1c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.3.1/WebIdAutoIdentOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1355.zip", + checksum: "df53f6c3155469f729d554e469f28c133b262934aff3a9570f8e8cc66915a492" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",