From e64546556e77246896bac6a3211b4da6297ebc25 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Jan 2026 07:12:21 +0100 Subject: [PATCH] add new version 15.2.1-SNAPSHOT-1350 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 50e6237..2dbfca9 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.1.0") + .exact("15.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.2.0") + .exact("15.2.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.1.5/WebIdVideoIdentProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip", - checksum: "2ceab85220da701310a81ee9f70ede3b3162883fa1de653a3e2369bd3f2691e0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.2.1/WebIdVideoIdentProductPlugin.framework-v15.2.1-SNAPSHOT-1350.zip", + checksum: "cd0da2adc320ea6e0381e73f4df7ea4ff1e958a37762774bc54909956e9f91e8" ), .target( name: "WebIdVideoIdentProductPluginWrapper",