From 2a37490cae67233b29e5aa6f7bb397091f8b8528 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 18:42:13 +0100 Subject: [PATCH] add new version 15.1.5-SNAPSHOT-1343 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index e1cb8eb..d0aac66 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.2") + .branch("legacy-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.2") + .branch("legacy-snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.2") + .branch("legacy-snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.1.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.1.3/WebIdVideoIdentProductPlugin.framework-v15.1.3-SNAPSHOT-1341.zip", - checksum: "bc2ddd0c61c94df656d86b72ad20721cbf9cd0dfb12f145cd9633d6d8958077a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.1.5/WebIdVideoIdentProductPlugin.framework-v15.1.5-SNAPSHOT-1343.zip", + checksum: "3d1deeffc0822cf7527bcef39e1de52280c6be914867c023badc16f922c89cb4" ), .target( name: "WebIdVideoIdentProductPluginWrapper",