From bc0f9d5565d2a09e18be1e3e0a955ba8359454e9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Jun 2025 15:18:33 +0200 Subject: [PATCH] add new version 13.7.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 8e171ed..442ab7f 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.2") + .exact("12.5.3") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.5.2") + .exact("12.5.3") ), .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.0/WebIdVideoIdentProductPlugin.framework-v13.7.0.zip", - checksum: "85cf491b3ce2cd48dfa025684a660873c75adbeeacccd4587cd9a458273cacb1" + 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" ), .target( name: "WebIdVideoIdentProductPluginWrapper",