From 3fc4d2d30cd41d4f27a0bb9f859941664bac6b24 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 10 Feb 2026 16:41:39 +0100 Subject: [PATCH] add new version 15.3.1-SNAPSHOT-1355 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index ad557a4..1aa3cc1 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.1.1") + .branch("legacy-snapshots") ), .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: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.2.1/WebIdEIdOnServerProductPlugin.framework-v15.2.1-SNAPSHOT-1353.zip", - checksum: "1b26300fd76f2145f2b41bf8e0ad1083fc8ea02306ccd8fdf334c103814584d6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.3.1/WebIdEIdOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1355.zip", + checksum: "b0a2e1e105386135d54847aafa0b9e1400ba0d08b931a8bd4cb3e974e9b5de0d" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",