From 57ea717387e6aebf841127263658e85d70c18dab Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Jun 2025 11:24:01 +0200 Subject: [PATCH] add new version 13.7.2 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 442ab7f..d48a393 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.5.3") + .exact("12.6.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.5.3") + .exact("12.6.0") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.7.1/WebIdVideoIdentProductPlugin.framework-v13.7.1.zip", - checksum: "45b4f7e43c139363e60c0d9c1c8cb9a6ab35877a38ea849d081f3cbf63260cbb" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.7.2/WebIdVideoIdentProductPlugin.framework-v13.7.2.zip", + checksum: "437e0b83af5db466c66e3bfa4a5f2b0df5cf0a04c5e154230a3f677d445300c7" ), .target( name: "WebIdVideoIdentProductPluginWrapper",